Skip to content

Commit bbf05a8

Browse files
committed
Merge pull request #4 from chrisjlee/patch-1
fix length typo
2 parents 84943ba + 6dc7767 commit bbf05a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mvc/Application.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ define([
194194
* var Users = App.Collection(User, {
195195
* count: App.Property({
196196
* value: function () {
197-
* return this().lenght;
197+
* return this().length;
198198
* }
199199
* })
200200
* });

0 commit comments

Comments
 (0)