Searched refs:emulateJSON (Results 1 – 3 of 3) sorted by relevance
6 var emulateJSON = Backbone.emulateJSON; variable40 Backbone.emulateJSON = emulateJSON;
72 emulateJSON: true101 emulateJSON: true135 emulateJSON: true198 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.emulateJSON1430 if (options.emulateJSON) {1439 if (options.emulateJSON) params.data._method = type;1448 if (params.type !== 'GET' && !options.emulateJSON) {