comment
This commit is contained in:
parent
b05ce72182
commit
3c7832b622
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user