[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
fu.
Files modified:
End file with a ; so it handles concatenation properly.
Patch by
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;
-}
+};
+
+;
--------------------------------------------------------------------------------
