Skip to content

Commit

Permalink
indent
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdonc committed Apr 19, 2012
1 parent cee960e commit dfe0063
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions CHANGES.txt
@@ -1,4 +1,4 @@
1.0.2 (2012-XX-XX)
1.0.2 (2012-04-19)
------------------

- Moved the toolbar and debugger javascript files to use requirejs for
Expand All @@ -8,20 +8,20 @@
toolbar one.

If you are already using requirejs and want the toolbar to load, just add it
to your path and module:

require.config({
paths: {
"jquery": "jquery-1.7.2.min",
"toolbar": "/_debug_toolbar/static/js/toolbar"
}
});

require(["jquery", "toolbar"], function($, toolbar) {
$(function() {
// your module
to your path and module::

require.config({
paths: {
"jquery": "jquery-1.7.2.min",
"toolbar": "/_debug_toolbar/static/js/toolbar"
}
});
});

require(["jquery", "toolbar"], function($, toolbar) {
$(function() {
// your module
});
});

1.0.1 (2012-03-27)
------------------
Expand Down

0 comments on commit dfe0063

Please sign in to comment.