Remove the single remaining dependency on the global $ (referenced through jQuery everywhere else).
This commit is contained in:
parent
ddd5c50e9e
commit
dd670bc43c
@ -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: {},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user