diff options
author | Valerio Virgillito | 2012-08-20 23:35:03 -0700 |
---|---|---|
committer | Valerio Virgillito | 2012-08-20 23:35:03 -0700 |
commit | 22191240b09a98d134cebe36f3bc79803c5ceab4 (patch) | |
tree | a88c6b967549c557f0c0654e367dfd5908dc8361 /js/tools/LineTool.js | |
parent | 36d692a9fb216f2785a570d13c1beb27360c7305 (diff) | |
download | ninja-22191240b09a98d134cebe36f3bc79803c5ceab4.tar.gz |
removing unnecessary references to the tag tool.
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
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 | ||