Since ace2_inner.js is already scoped by require-kernel, function OUTER is pretty useless

This commit is contained in:
Matthias Bartelmeß 2012-02-19 12:34:24 +01:00
parent 99fb567a3d
commit 3cd7bd0dd1
1 changed files with 2 additions and 9 deletions

View File

@ -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
@ -5709,9 +5708,3 @@ function OUTER(gscope)
} }
} }
} }
};
OUTER(this);
exports.OUTER = OUTER; // This is probably unimportant.