This commit is contained in:
James Campos 2011-07-05 09:56:45 -07:00
parent b05ce72182
commit 3c7832b622

View File

@ -140,9 +140,9 @@ ui =
el.style.bottom = bottom
el.style.left = left
dragend: ->
#{id} = {el} = ui
#equivalent to
#{id} = ui; {el} = ui
#$ coffee -bpe '{a} = {b} = c'
#var a, b;
#a = (b = c.b, c).a;
{el} = ui
{id} = el
localStorage["#{id}Left"] = el.style.left