add ajax function to View

This commit is contained in:
Trevor
2014-04-11 10:23:58 -07:00
parent eba8e31b8e
commit 749437f384
+2 -1
View File
@@ -330,7 +330,8 @@ declare module Backbone {
// SYNC
function sync(method: string, model: Model, options?: JQueryAjaxSettings): any;
var emulateHTTP: boolean;
function ajax(options?: JQueryAjaxSettings): JQueryXHR;
var emulateHTTP: boolean;
var emulateJSONBackbone: boolean;
// Utility