Sha256: 4cf3f24a0e3184fd3545e8bfcc87d17cd3b4dbdea87b1de257cfcf78c5020b83
Contents?: true
Size: 336 Bytes
Versions: 39
Compression:
Stored size: 336 Bytes
Contents
(function() { var jRequire = getJasmineRequireObj(), MockAjax = jRequire.ajax(jRequire); if (typeof window === "undefined" && typeof exports === "object") { exports.MockAjax = MockAjax; jasmine.Ajax = new MockAjax(exports); } else { window.MockAjax = MockAjax; jasmine.Ajax = new MockAjax(window); } }());
Version data entries
39 entries across 39 versions & 1 rubygems