changeset 1451:f477772374d2

failed attempt for live->clear to reset the widgets Ignore-this: c0700d6856bed6152be723dd0ce905b0
author drewp@bigasterisk.com
date Sat, 11 Jun 2016 22:28:59 +0000
parents ddb7622698a8
children 74d803ff3c11
files light9/web/live/live.coffee
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/light9/web/live/live.coffee	Sat Jun 11 22:27:51 2016 +0000
+++ b/light9/web/live/live.coffee	Sat Jun 11 22:28:59 2016 +0000
@@ -27,9 +27,9 @@
     window.gather(@lastSent)
   clear: ->
     if @deviceAttr.useColor
-      @value = '#000000'
+      @value = @pickedColor = '#000000'
     else
-      @value = 0
+      @value = @immediateSlider = 0
       
   
 Polymer