From 3c7832b6229e205b2988456dcd14a220f90aa410 Mon Sep 17 00:00:00 2001 From: James Campos Date: Tue, 5 Jul 2011 09:56:45 -0700 Subject: [PATCH] comment --- script.coffee | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/script.coffee b/script.coffee index b038352fd..4a6994660 100644 --- a/script.coffee +++ b/script.coffee @@ -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