FIX: Properly add no-conflict to ace editor

This commit is contained in:
Robin Ward
2015-05-14 12:46:32 -04:00
parent 635b31af7b
commit cd27ba3478
318 changed files with 341 additions and 346 deletions

View File

@ -1,5 +1,5 @@
;
(function() {
window.require(["ace/ext/error_marker"], function() {});
ace.require(["ace/ext/error_marker"], function() {});
})();