remamed to Ace2Inner() and made it more classlike
This commit is contained in:
parent
3c4b4af43d
commit
ce8d60e32c
|
@ -51,7 +51,7 @@ var undoModule = require('/undomodule').undoModule;
|
||||||
var makeVirtualLineView = require('/virtual_lines').makeVirtualLineView;
|
var makeVirtualLineView = require('/virtual_lines').makeVirtualLineView;
|
||||||
|
|
||||||
|
|
||||||
|
function Ace2Inner(){
|
||||||
var DEBUG = false; //$$ build script replaces the string "var DEBUG=true;//$$" with "var DEBUG=false;"
|
var DEBUG = false; //$$ build script replaces the string "var DEBUG=true;//$$" with "var DEBUG=false;"
|
||||||
// changed to false
|
// changed to false
|
||||||
var isSetUp = false;
|
var isSetUp = false;
|
||||||
|
@ -5653,3 +5653,7 @@ var makeVirtualLineView = require('/virtual_lines').makeVirtualLineView;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
};
|
||||||
|
|
||||||
|
exports.editor = new Ace2Inner();
|
Loading…
Reference in New Issue