remamed to Ace2Inner() and made it more classlike

This commit is contained in:
Matthias Bartelmeß 2012-02-19 14:30:57 +01:00
parent 3c4b4af43d
commit ce8d60e32c
1 changed files with 6 additions and 2 deletions

View File

@ -51,7 +51,7 @@ var undoModule = require('/undomodule').undoModule;
var makeVirtualLineView = require('/virtual_lines').makeVirtualLineView;
function Ace2Inner(){
var DEBUG = false; //$$ build script replaces the string "var DEBUG=true;//$$" with "var DEBUG=false;"
// changed to false
var isSetUp = false;
@ -5652,4 +5652,8 @@ var makeVirtualLineView = require('/virtual_lines').makeVirtualLineView;
lineNumbersShown--;
}
}
}
}
};
exports.editor = new Ace2Inner();