diff options
author | Jose Antonio Marquez | 2012-07-02 10:09:10 -0700 |
---|---|---|
committer | Jose Antonio Marquez | 2012-07-02 10:09:10 -0700 |
commit | f8320257c074f0c552d24069861014c2e5a9ac56 (patch) | |
tree | 3e3d0b948236fbe78613388453c53e0a360725c0 /js | |
parent | 12de4e49a309e210c13eb40b2ffa158ef2eb54a7 (diff) | |
download | ninja-f8320257c074f0c552d24069861014c2e5a9ac56.tar.gz |
Fix: IKNINJA-1634
Fixing reference error for gradient stops on click.
Diffstat (limited to 'js')
-rwxr-xr-x | js/components/gradientpicker.reel/gradientpicker.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/components/gradientpicker.reel/gradientpicker.js b/js/components/gradientpicker.reel/gradientpicker.js index f912eb51..2627683c 100755 --- a/js/components/gradientpicker.reel/gradientpicker.js +++ b/js/components/gradientpicker.reel/gradientpicker.js | |||
@@ -148,6 +148,7 @@ exports.GradientPicker = Montage.create(Component, { | |||
148 | //Storing refereces to buttons and actual stop container | 148 | //Storing refereces to buttons and actual stop container |
149 | button.stop = stop; | 149 | button.stop = stop; |
150 | tooltip.stop = stop; | 150 | tooltip.stop = stop; |
151 | holder.stop = stop; | ||
151 | stop.button = button; | 152 | stop.button = button; |
152 | //Adding stop to container | 153 | //Adding stop to container |
153 | this.trackChips.appendChild(stop); | 154 | this.trackChips.appendChild(stop); |