fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
fu ([personal profile] fu) wrote in [site community profile] changelog2011-10-31 09:09 am

[dw-free] End file with a ; so it handles concatenation properly.

[commit: http://hg.dwscoalition.org/dw-free/rev/49f147d2e036]

End file with a ; so it handles concatenation properly.

Patch by [personal profile] fu.

Files modified:
  • htdocs/js/dw/dw-core.js
--------------------------------------------------------------------------------
diff -r 2e7b4fce56db -r 49f147d2e036 htdocs/js/dw/dw-core.js
--- a/htdocs/js/dw/dw-core.js	Mon Oct 31 16:56:54 2011 +0800
+++ b/htdocs/js/dw/dw-core.js	Mon Oct 31 17:08:33 2011 +0800
@@ -75,4 +75,6 @@
     jqxhr.complete(function() { $img.remove(); $this.removeData("throbber") });
 
     return $this;
-}
+};
+
+;
--------------------------------------------------------------------------------