Skip to content

Commit

Permalink
make Ace compatible with requireJS 0.25.0. This
Browse files Browse the repository at this point in the history
expects a "data-main" to be present. fix #345
  • Loading branch information
fjakobs committed Jul 25, 2011
1 parent df27d13 commit b28fb5c
Show file tree
Hide file tree
Showing 5 changed files with 1,831 additions and 2,057 deletions.
8 changes: 0 additions & 8 deletions demo/boot.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,6 @@
*
* ***** END LICENSE BLOCK ***** */

require({
paths: {
demo: "../demo",
ace: "../lib/ace",
cockpit: "../support/cockpit/lib/cockpit",
pilot: "../support/pilot/lib/pilot"
}
});

var deps = [ "pilot/fixoldbrowsers", "pilot/plugin_manager", "pilot/settings",
"pilot/environment", "demo/demo" ];
Expand Down
Loading

0 comments on commit b28fb5c

Please sign in to comment.