Skip to content

Commit

Permalink
backbone.rpc.js now jslint compatible according to the annotated options
Browse files Browse the repository at this point in the history
  • Loading branch information
asciidisco committed Mar 15, 2012
1 parent fc96c4f commit 4b707f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backbone.rpc.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*jslint nomen: true, unparam: true, indent: 4, es5: false */
/*jslint nomen: true, unparam: true, indent: 4, maxlen: 160, es5: false */
// Backbone.Rpc
// Plugin for using the backbone js library with a remote json-rpc handler
// instead of the default REST one
Expand Down

0 comments on commit 4b707f8

Please sign in to comment.