adjusting paths to use ace/ rather than ./
This commit is contained in:
parent
b06c2f9a76
commit
b91f4d0941
40 changed files with 115 additions and 118 deletions
|
|
@ -1,5 +1,5 @@
|
|||
define(function(require, exports, module) {
|
||||
var dom = require("./lib/dom");
|
||||
var dom = require("ace/lib/dom");
|
||||
var cssText = %css%;
|
||||
|
||||
// import CSS once
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue