diff options
author | Thomas Davis <thomasalwyndavis@gmail.com> | 2011-10-14 00:46:37 +1000 |
---|---|---|
committer | Thomas Davis <thomasalwyndavis@gmail.com> | 2011-10-14 00:46:37 +1000 |
commit | fb6b5d8af9f9a53df1aa136bc9c7317df0617d19 (patch) | |
tree | 0536b36f05b347e79bff665f32dc7bd1337fc593 /_posts | |
parent | 1d13d95653e696f09cc2b04cb272b73d0c3211a3 (diff) | |
download | backbonetutorials-fb6b5d8af9f9a53df1aa136bc9c7317df0617d19.zip backbonetutorials-fb6b5d8af9f9a53df1aa136bc9c7317df0617d19.tar.gz backbonetutorials-fb6b5d8af9f9a53df1aa136bc9c7317df0617d19.tar.bz2 |
baby
Diffstat (limited to '_posts')
-rw-r--r-- | _posts/2011-10-10-organizing-backbone-using-modules.textile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_posts/2011-10-10-organizing-backbone-using-modules.textile b/_posts/2011-10-10-organizing-backbone-using-modules.textile index fe8091f..e772aa8 100644 --- a/_posts/2011-10-10-organizing-backbone-using-modules.textile +++ b/_posts/2011-10-10-organizing-backbone-using-modules.textile @@ -13,7 +13,7 @@ This was quite a different decision to other Javascript MVC frameworks who were Hopefully this tutorial will allow you to build a much more robust project with great separation of concerns between design and code. -This tutorial will get you started on combining Backbone.js with "AMD":http://www.com (Asynchronous Module Definitions). +This tutorial will get you started on combining Backbone.js with "AMD":https://github.com/amdjs/amdjs-api/wiki/AMD (Asynchronous Module Definitions). h3. What is AMD? |