Backbone.emulateJSON

http://backbonejs.org/#Sync-emulateJSON
This commit is contained in:
Omid K. Rad
2014-07-21 16:04:35 -07:00
parent 1f169d0c9a
commit 48a3150ca5
+1 -1
View File
@@ -375,7 +375,7 @@ declare module Backbone {
function sync(method: string, model: Model, options?: JQueryAjaxSettings): any;
function ajax(options?: JQueryAjaxSettings): JQueryXHR;
var emulateHTTP: boolean;
var emulateJSONBackbone: boolean;
var emulateJSON: boolean;
// Utility
function noConflict(): typeof Backbone;