update ace

Loading is now visibly more janky, but I think
d3ba5b8111
fixes a lot of our problems.

I tested this on split-panes-2.0 and a major bug (no input
after resizing) is now gone. Poof.
This commit is contained in:
Chris Wanstrath
2011-11-25 12:22:33 -08:00
parent d01926885d
commit b776e422c3
216 changed files with 4473 additions and 7824 deletions

View File

@@ -36,13 +36,13 @@
* ***** END LICENSE BLOCK ***** */
if (typeof process !== "undefined") {
require("../../../support/paths");
require("amd-loader");
}
define(function(require, exports, module) {
var assert = require("ace/test/assertions");
var JavaScriptWorker = require("ace/mode/javascript_worker").JavaScriptWorker;
var assert = require("../test/assertions");
var JavaScriptWorker = require("./javascript_worker").JavaScriptWorker;
module.exports = {