This commit is contained in:
Fabian Jakobs 2012-02-22 11:07:21 +01:00
commit 0c258e615a
315 changed files with 411 additions and 3095 deletions

View file

@ -504,13 +504,3 @@ var FoldMode = exports.FoldMode = function() {};
}).call(FoldMode.prototype);
});
;
(function() {
__ace_shadowed__.require(["ace/ext/textarea"], function(a) {
if (!window.__ace_shadowed__)
window.__ace_shadowed__ = {};
for (var key in a) if (a.hasOwnProperty(key))
__ace_shadowed__[key] = a[key];
});
})();