Merge pull request #2542 from omidkrad/patch-1

Backbone.emulateJSON
This commit is contained in:
Basarat Ali Syed
2014-07-22 13:59:04 +10:00

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;