mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 07:56:16 -04:00
Since ace2_inner.js is already scoped by require-kernel, function OUTER is pretty useless
This commit is contained in:
parent
99fb567a3d
commit
3cd7bd0dd1
1 changed files with 2 additions and 9 deletions
|
@ -49,8 +49,7 @@ var newSkipList = require('/skiplist').newSkipList;
|
||||||
var undoModule = require('/undomodule').undoModule;
|
var undoModule = require('/undomodule').undoModule;
|
||||||
var makeVirtualLineView = require('/virtual_lines').makeVirtualLineView;
|
var makeVirtualLineView = require('/virtual_lines').makeVirtualLineView;
|
||||||
|
|
||||||
function OUTER(gscope)
|
|
||||||
{
|
|
||||||
|
|
||||||
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
|
||||||
|
@ -5708,10 +5707,4 @@ function OUTER(gscope)
|
||||||
lineNumbersShown--;
|
lineNumbersShown--;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
};
|
|
||||||
|
|
||||||
OUTER(this);
|
|
||||||
|
|
||||||
exports.OUTER = OUTER; // This is probably unimportant.
|
|
Loading…
Add table
Add a link
Reference in a new issue