Skip to content

Commit

Permalink
Change: editor-worker-body -> editor-worker
Browse files Browse the repository at this point in the history
  • Loading branch information
eight04 committed Oct 1, 2018
1 parent 268e171 commit 5778d5c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edit/edit.js
Expand Up @@ -11,7 +11,7 @@ global moveFocus workerUtil
'use strict';

const editorWorker = workerUtil.createWorker({
url: '/edit/editor-worker-body.js'
url: '/edit/editor-worker.js'
});

let styleId = null;
Expand Down
File renamed without changes.

0 comments on commit 5778d5c

Please sign in to comment.