Remove the single remaining dependency on the global $ (referenced through jQuery everywhere else).

This commit is contained in:
Jarno Rantanen 2012-01-25 11:20:00 +02:00
parent ddd5c50e9e
commit dd670bc43c

View File

@ -48,7 +48,7 @@ function clearAjaxRequests() {
// Fake XHR for mocking Ajax Requests & Responses
function FakeXMLHttpRequest() {
var extend = Object.extend || $.extend;
var extend = Object.extend || jQuery.extend;
extend(this, {
requestHeaders: {},