Skip to content

Commit

Permalink
Partially merge knockout#267 from mtscout6:gh-pages-2.0.1-additional-…
Browse files Browse the repository at this point in the history
…amd-docs

Plus change 2.0.0 to 2.1.0. :-)
  • Loading branch information
mbest committed Feb 25, 2012
1 parent 83da03c commit 4cef39f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions documentation/amd-loading.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ scripts/appViewModel.js
};
});

Of course, `x.y.z` should be replaced with the version number of the Knockout script you are loading (e.g., `knockout-2.0.0`).
Of course, `x.y.z` should be replaced with the version number of the Knockout script you are loading (e.g., `knockout-2.1.0`).

### Loading Knockout.js, a Binding Handler, and a ViewModel class via RequireJs

Expand Down Expand Up @@ -79,5 +79,3 @@ Note that the custom binding handler module does not inject anything into our Vi
### RequireJs Download

RequireJs can be downloaded from [http://requirejs.org/docs/download.html](http://requirejs.org/docs/download.html).


0 comments on commit 4cef39f

Please sign in to comment.