Since ace2_inner.js is already scoped by require-kernel, function OUTER is pretty useless
parent
99fb567a3d
commit
3cd7bd0dd1
|
@ -49,8 +49,7 @@ var newSkipList = require('/skiplist').newSkipList;
|
|||
var undoModule = require('/undomodule').undoModule;
|
||||
var makeVirtualLineView = require('/virtual_lines').makeVirtualLineView;
|
||||
|
||||
function OUTER(gscope)
|
||||
{
|
||||
|
||||
|
||||
var DEBUG = false; //$$ build script replaces the string "var DEBUG=true;//$$" with "var DEBUG=false;"
|
||||
// changed to false
|
||||
|
@ -5708,10 +5707,4 @@ function OUTER(gscope)
|
|||
lineNumbersShown--;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
OUTER(this);
|
||||
|
||||
exports.OUTER = OUTER; // This is probably unimportant.
|
||||
}
|
Loading…
Reference in New Issue