diff options
author | Jose Antonio Marquez | 2012-04-04 11:50:54 -0700 |
---|---|---|
committer | Jose Antonio Marquez | 2012-04-04 11:50:54 -0700 |
commit | 0a469a14757b8cea262c21f652e75c85c9903f4b (patch) | |
tree | c388fdc93e9707e7d66f51ef41eb1d9b366716c7 /js/tools/modifier-tool-base.js | |
parent | 6034e3aa1d033149ba9ca8f0578e0a95889a7e46 (diff) | |
parent | 8482e23cd9b8c4700b5130f2588e5eb24d376536 (diff) | |
download | ninja-0a469a14757b8cea262c21f652e75c85c9903f4b.tar.gz |
Merge branch 'refs/heads/Ninja-Internal' into FileIO
Diffstat (limited to 'js/tools/modifier-tool-base.js')
-rwxr-xr-x | js/tools/modifier-tool-base.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/tools/modifier-tool-base.js b/js/tools/modifier-tool-base.js index 94b806fd..46bb2e87 100755 --- a/js/tools/modifier-tool-base.js +++ b/js/tools/modifier-tool-base.js | |||
@@ -778,7 +778,7 @@ exports.ModifierToolBase = Montage.create(DrawingTool, { | |||
778 | { | 778 | { |
779 | if(len === 1) | 779 | if(len === 1) |
780 | { | 780 | { |
781 | this.target = this.application.ninja.selectedElements[0]._element; | 781 | this.target = this.application.ninja.selectedElements[0]; |
782 | drawUtils.addElement(this.target); | 782 | drawUtils.addElement(this.target); |
783 | } | 783 | } |
784 | else | 784 | else |