Commit ca967eae authored by addyosmani's avatar addyosmani

some very minor updates

parent d7f1a1f2
##TodoMVC - A common demo application for popular JavaScript MVC frameworks (0.2)
##TodoMVC - A common demo application for popular JavaScript MVC frameworks (0.25)
##Introduction
......@@ -22,7 +22,7 @@ To help solve this problem, I created TodoMVC - a project which offers the same
<li>ExtJS</li>
</ul>
A jQuery-only version of the application is also included so you can easily see how the app can be implemented with and without a structural pattern like MVC.
A jQuery-only version of the application is also included so you can easily see how the app can be implemented with and without a structural pattern like MVC. A modularized Backbone.js example using AMD is also now available if you pull the latest version.
##Screenshots:
......
......@@ -35,7 +35,7 @@
<p>Modularized by
<a href="http://backbonetutorials.com">Thomas Davis</a>.
Originally by
<a href="http://jgn.me/">J&eacute;r&ocirc;me Gravel-Niquet</a>.
<a href="http://jgn.me/">J&eacute;r&ocirc;me Gravel-Niquet</a>.
</p>
</div>
......
......@@ -2,7 +2,6 @@
// Filename: main.js
// Require.js allows us to configure shortcut alias
// Their usage will become more apparent futher along in the tutorial.
require.config({
paths: {
jquery: 'libs/jquery/jquery-min',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment