MCPcopy Index your code
hub / github.com/prototypejs/prototype / extendDefault

Function extendDefault

test/unit/tests/ajax.test.js:57–63  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

55
56
57var extendDefault = function(options) {
58 return Object.extend({
59 asynchronous: false,
60 method: 'get',
61 onException: function(r, e) { throw e; }
62 }, options);
63};
64
65suite("Ajax", function () {
66 this.timeout(10000);

Callers 1

ajax.test.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected