diff options
author | Thomas Davis <thomasalwyndavis@gmail.com> | 2011-10-11 20:41:17 +1000 |
---|---|---|
committer | Thomas Davis <thomasalwyndavis@gmail.com> | 2011-10-11 20:41:17 +1000 |
commit | 73e08fa9d0d08fb1b9d462b2f9e67fd89d65e1b0 (patch) | |
tree | ce8a4ebad7da75d2254ed44547191bf8796e6e0d /_posts | |
parent | 4a95049ddaf9ccb90188c4f874a46677ea4273a2 (diff) | |
download | backbonetutorials-73e08fa9d0d08fb1b9d462b2f9e67fd89d65e1b0.zip backbonetutorials-73e08fa9d0d08fb1b9d462b2f9e67fd89d65e1b0.tar.gz backbonetutorials-73e08fa9d0d08fb1b9d462b2f9e67fd89d65e1b0.tar.bz2 |
Stupid Brendan
Diffstat (limited to '_posts')
-rw-r--r-- | _posts/2011-10-10-organizing-backbone-using-modules.textile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/_posts/2011-10-10-organizing-backbone-using-modules.textile b/_posts/2011-10-10-organizing-backbone-using-modules.textile index 5cbb323..4e57fd8 100644 --- a/_posts/2011-10-10-organizing-backbone-using-modules.textile +++ b/_posts/2011-10-10-organizing-backbone-using-modules.textile @@ -31,6 +31,16 @@ p. Require.js has a great community. h3. Getting started +To easily understand this tutorial you should jump straight into the example code base. + +h3. "Example Codebase":http://www.com + +p. To continue you must really understand what we are aiming towards as described in the introduction. + +h3. Bootstrapping your application + +p. Using Require.js we are able to define a single entry point for your application that will int +p. Using Require.js we are able to define a single entry point for your application that will int * Model: Student, Collection: ClassStudents * Model: Todo Item, Collection: Todo List |