Merge pull request #13 from jareware/patch-1
Remove the single remaining dependency on the global $
This commit is contained in:
commit
fdf4b8044d
@ -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