mirror of
https://github.com/jashkenas/backbone.git
synced 2026-01-25 06:48:07 -05:00
jslint
This commit is contained in:
@@ -516,8 +516,8 @@
|
||||
return child;
|
||||
};
|
||||
|
||||
// `Backbone.request`...
|
||||
Backbone.request = function(type, model, success, error) {
|
||||
|
||||
$.ajax({
|
||||
url : model.url(),
|
||||
type : type,
|
||||
@@ -526,6 +526,6 @@
|
||||
success : success,
|
||||
error : error
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
})();
|
||||
Reference in New Issue
Block a user