diff options
Diffstat (limited to 'js/tools/LineTool.js')
-rwxr-xr-x | js/tools/LineTool.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/js/tools/LineTool.js b/js/tools/LineTool.js index 4ec327b5..26222bc7 100755 --- a/js/tools/LineTool.js +++ b/js/tools/LineTool.js | |||
@@ -33,7 +33,6 @@ var Montage = require("montage/core/core").Montage, | |||
33 | ShapeTool = require("js/tools/ShapeTool").ShapeTool, | 33 | ShapeTool = require("js/tools/ShapeTool").ShapeTool, |
34 | DrawingToolBase = require("js/tools/drawing-tool-base").DrawingToolBase, | 34 | DrawingToolBase = require("js/tools/drawing-tool-base").DrawingToolBase, |
35 | NJUtils = require("js/lib/NJUtils").NJUtils, | 35 | NJUtils = require("js/lib/NJUtils").NJUtils, |
36 | TagTool = require("js/tools/TagTool").TagTool, | ||
37 | ShapesController = require("js/controllers/elements/shapes-controller").ShapesController, | 36 | ShapesController = require("js/controllers/elements/shapes-controller").ShapesController, |
38 | ShapeModel = require("js/models/shape-model").ShapeModel; | 37 | ShapeModel = require("js/models/shape-model").ShapeModel; |
39 | 38 | ||