aboutsummaryrefslogtreecommitdiff
path: root/js/panels/Timeline/Tween.reel
diff options
context:
space:
mode:
Diffstat (limited to 'js/panels/Timeline/Tween.reel')
-rw-r--r--js/panels/Timeline/Tween.reel/Tween.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/panels/Timeline/Tween.reel/Tween.js b/js/panels/Timeline/Tween.reel/Tween.js
index 27828c3c..5410c77c 100644
--- a/js/panels/Timeline/Tween.reel/Tween.js
+++ b/js/panels/Timeline/Tween.reel/Tween.js
@@ -169,7 +169,7 @@ var Tween = exports.Tween = Montage.create(Component, {
169 169
170 if (event.detail.source && event.detail.source !== "tween") { 170 if (event.detail.source && event.detail.source !== "tween") {
171 // check for correct element selection 171 // check for correct element selection
172 if (this.application.ninja.selectedElements[0]._element != this.parentComponent.parentComponent.animatedElement) { 172 if (this.application.ninja.selectedElements[0]!= this.parentComponent.parentComponent.animatedElement) {
173 console.log("Wrong element selected for this keyframe track"); 173 console.log("Wrong element selected for this keyframe track");
174 } else { 174 } else {
175 // update tweenedProperties and tell containing track to update CSS rule 175 // update tweenedProperties and tell containing track to update CSS rule