comment
This commit is contained in:
parent
b05ce72182
commit
3c7832b622
@ -140,9 +140,9 @@ ui =
|
|||||||
el.style.bottom = bottom
|
el.style.bottom = bottom
|
||||||
el.style.left = left
|
el.style.left = left
|
||||||
dragend: ->
|
dragend: ->
|
||||||
#{id} = {el} = ui
|
#$ coffee -bpe '{a} = {b} = c'
|
||||||
#equivalent to
|
#var a, b;
|
||||||
#{id} = ui; {el} = ui
|
#a = (b = c.b, c).a;
|
||||||
{el} = ui
|
{el} = ui
|
||||||
{id} = el
|
{id} = el
|
||||||
localStorage["#{id}Left"] = el.style.left
|
localStorage["#{id}Left"] = el.style.left
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user