Fix dangling comma of death in data.js
authorYehuda Katz <wycats@gmail.com>
Mon, 13 Jul 2009 19:24:44 +0000 (19:24 +0000)
committerYehuda Katz <wycats@gmail.com>
Mon, 13 Jul 2009 19:24:44 +0000 (19:24 +0000)
src/data.js

index 8c79c21..8714ab9 100644 (file)
@@ -93,7 +93,7 @@ jQuery.extend({
 \r
                if( fn !== undefined )\r
                        fn.call(elem, function() { jQuery(elem).dequeue(type); });\r
-       },\r
+       }\r
 });\r
 \r
 jQuery.fn.extend({\r