Skip to content

Commit 8bde8aa

Browse files
committed
git pushMerge branch 'gh-pages' of github.com:thomasdavis/backbonetutorials into gh-pages
2 parents 02a2c67 + e50f642 commit 8bde8aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_posts/2011-01-29-what-is-a-model.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ If we wish to create a new user on the server then we will instantiate a new Use
175175
email: ''
176176
}
177177
});
178-
var user = new Usermodel();
178+
var user = new UserModel();
179179
// Notice that we haven't set an `id`
180180
var userDetails = {
181181
name: 'Thomas',

0 commit comments

Comments
 (0)