X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/94df6d05a448dd5bd429ef4e4dec14595df2bdae..8b83f8a0f1562b8365ccc7735a6301eba613d28c:/src/editor/modules/documentCanvas/commands.js diff --git a/src/editor/modules/documentCanvas/commands.js b/src/editor/modules/documentCanvas/commands.js index 4c52c91..11a874a 100644 --- a/src/editor/modules/documentCanvas/commands.js +++ b/src/editor/modules/documentCanvas/commands.js @@ -1,7 +1,6 @@ define([ -'modules/documentCanvas/canvas/documentElement', './canvas/utils' -], function(documentElement, utils) { +], function(utils) { 'use strict';