diff options
author | Thomas Davis <thomasalwyndavis@gmail.com> | 2011-10-14 00:36:09 +1000 |
---|---|---|
committer | Thomas Davis <thomasalwyndavis@gmail.com> | 2011-10-14 00:36:09 +1000 |
commit | 1d13d95653e696f09cc2b04cb272b73d0c3211a3 (patch) | |
tree | 039e31a4ce743622643c450881cf04023c6cb70e /examples | |
parent | c7bb516b200a4448e7591ad76c5c985d8abe3dbe (diff) | |
download | backbonetutorials-1d13d95653e696f09cc2b04cb272b73d0c3211a3.zip backbonetutorials-1d13d95653e696f09cc2b04cb272b73d0c3211a3.tar.gz backbonetutorials-1d13d95653e696f09cc2b04cb272b73d0c3211a3.tar.bz2 |
qw
Diffstat (limited to 'examples')
-rw-r--r-- | examples/modular-backbone/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/modular-backbone/index.html b/examples/modular-backbone/index.html index 90ca027..5fdd41b 100644 --- a/examples/modular-backbone/index.html +++ b/examples/modular-backbone/index.html @@ -31,7 +31,7 @@ </ul> </div> <div id="page"> - + This demostration is using Require.js, all modules will be loaded on the fly(check the network request). They can easily be compiled using r.js. </div> <div id="footer"> Thomas Davis |