fix regression in packed mode

This commit is contained in:
nightwing 2018-01-04 12:32:35 +00:00
parent 184a2f652d
commit fa81a92274

View File

@ -10,6 +10,8 @@
* themselves with the worker.
*/
define(function(require, exports, module) {
// TODO fix build script to check for deps in ace/worker/worker.js
require("ace/lib/es6-shim");
var oop = require("ace/lib/oop");
var Mirror = require("ace/worker/mirror").Mirror;