Searched refs:emulateJSON (Results 1 – 3 of 3) sorted by relevance
6 var emulateJSON = Backbone.emulateJSON;40 Backbone.emulateJSON = emulateJSON;
72 emulateJSON: true property101 emulateJSON: true property135 emulateJSON: true property198 Backbone.emulateJSON = true;200 assert.strictEqual(this.ajaxSettings.emulateJSON, true);202 Backbone.emulateJSON = false;204 assert.strictEqual(this.ajaxSettings.emulateJSON, false);
69 Backbone.emulateJSON = false;1412 emulateJSON: Backbone.emulateJSON property1430 if (options.emulateJSON) {1439 if (options.emulateJSON) params.data._method = type;1448 if (params.type !== 'GET' && !options.emulateJSON) {