X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/a132113f20073907fd2907a93c75c9d699516ee6..c45af498f0da72fb2cb9d2a50d1aa3f7429ecd25:/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';