Skip to content

Commit

Permalink
Updated example fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
ciberch committed Sep 20, 2012
1 parent 3408eaf commit 146ed58
Show file tree
Hide file tree
Showing 3 changed files with 383 additions and 56 deletions.
4 changes: 1 addition & 3 deletions public/js/jquery.client.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,7 @@
return true;
}
}
alert("Doing a different kind of operation " + model.url + " and method" + method);
defaultSync(method, model, options);
return false;
return defaultSync(method, model, options);
}

var newActView = null;
Expand Down
Loading

0 comments on commit 146ed58

Please sign in to comment.