changeset 12 | 95bc1d15349b |
parent 0 | b97547f5f1fa |
child 226 | 26eb9d72e722 |
--- a/web/data/cubicweb.compat.js Thu Nov 06 16:21:57 2008 -0800 +++ b/web/data/cubicweb.compat.js Mon Nov 10 18:11:17 2008 +0100 @@ -49,14 +49,14 @@ jQuery(node).removeClass(klass); } -hasElementClass = jQuery.className.has +hasElementClass = jQuery.className.has; function partial(func) { var args = sliceList(arguments, 1); return function() { return func.apply(null, merge(args, arguments)); - } + }; }