Browse Source

Remove extra brace

pull/2092/head
Machiste Quintana 10 years ago
parent
commit
e1f25a21d0
1 changed files with 0 additions and 1 deletions
  1. 1
      src/definitions/behaviors/api.js

1
src/definitions/behaviors/api.js

@ -389,7 +389,6 @@ $.api = $.fn.api = function(parameters) {
else {
settings.onSuccess.call(context, response, $module);
}
}
},
error: function(xhr, status, httpMessage) {
var

Loading…
Cancel
Save