Change: editor-worker-body -> editor-worker

This commit is contained in:
eight 2018-10-01 22:39:01 +08:00
parent 268e1716b4
commit 5778d5c858
2 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ global moveFocus workerUtil
'use strict'; 'use strict';
const editorWorker = workerUtil.createWorker({ const editorWorker = workerUtil.createWorker({
url: '/edit/editor-worker-body.js' url: '/edit/editor-worker.js'
}); });
let styleId = null; let styleId = null;