summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Davis <thomasalwyndavis@gmail.com>2014-12-18 05:10:15 +1000
committerThomas Davis <thomasalwyndavis@gmail.com>2014-12-18 05:10:15 +1000
commite50f642df3eb69fbbece7b8a090aebb09e7771a8 (patch)
tree37d0038d6d9c8b2071600136cf7a946d40d27a86
parent1782c2c3299338e79ef5f4a9a950e8fcf90b42ac (diff)
parentb28f8a0af4de9a9db92ffb9e649afcf2f6f61ad6 (diff)
downloadbackbonetutorials-e50f642df3eb69fbbece7b8a090aebb09e7771a8.zip
backbonetutorials-e50f642df3eb69fbbece7b8a090aebb09e7771a8.tar.gz
backbonetutorials-e50f642df3eb69fbbece7b8a090aebb09e7771a8.tar.bz2
Merge pull request #121 from stefek99/gh-pages
Fixed capitalisation issue.
-rw-r--r--_posts/2011-01-29-what-is-a-model.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/_posts/2011-01-29-what-is-a-model.md b/_posts/2011-01-29-what-is-a-model.md
index d6eac75..d75aed7 100644
--- a/_posts/2011-01-29-what-is-a-model.md
+++ b/_posts/2011-01-29-what-is-a-model.md
@@ -175,7 +175,7 @@ If we wish to create a new user on the server then we will instantiate a new Use
email: ''
}
});
- var user = new Usermodel();
+ var user = new UserModel();
// Notice that we haven't set an `id`
var userDetails = {
name: 'Thomas',