Skip to content

Commit

Permalink
Merge pull request #4 from chrisjlee/patch-1
Browse files Browse the repository at this point in the history
fix length typo
  • Loading branch information
astoilkov committed Apr 24, 2015
2 parents 84943ba + 6dc7767 commit bbf05a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mvc/Application.js
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ define([
* var Users = App.Collection(User, {
* count: App.Property({
* value: function () {
* return this().lenght;
* return this().length;
* }
* })
* });
Expand Down

0 comments on commit bbf05a8

Please sign in to comment.