diff options
author | Eric Guzman | 2012-04-04 11:36:22 -0700 |
---|---|---|
committer | Eric Guzman | 2012-04-04 11:36:22 -0700 |
commit | af52148777d554dc6e55a736574b82e4916f1fea (patch) | |
tree | 39705d138b489d2e90722238c850320fd6b6a8e9 /js/tools/modifier-tool-base.js | |
parent | b7ca1821ad43403a2a54361ffc6a0cdf9cba0e59 (diff) | |
parent | a11ef2eed7049835c8bdfa50a2b893632c46eaa0 (diff) | |
download | ninja-af52148777d554dc6e55a736574b82e4916f1fea.tar.gz |
Merge branch 'refs/heads/master' into PresetsPI
Conflicts:
js/controllers/presets-controller.js
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 |