Skip to content

Commit

Permalink
remove unused line in example
Browse files Browse the repository at this point in the history
  • Loading branch information
Derick Bailey committed Sep 24, 2012
1 parent 660508d commit 9c48e45
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion readme.md
Expand Up @@ -36,7 +36,6 @@ var Model = Backbone.Model.extend({
someField: {
fields: ["f1", "f2"],
compute: function(fields){
fieldList = fields;
return fields.f1 + "-" + fields.f2
}
}
Expand Down

0 comments on commit 9c48e45

Please sign in to comment.