[js] missing trailing comma
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 14 Oct 2011 15:19:25 +0200
changeset 7961 f7ab1db39778
parent 7958 646d44232b5a
child 7962 38ce8b8a980f
[js] missing trailing comma
web/data/cubicweb.js
--- a/web/data/cubicweb.js	Fri Oct 14 13:51:54 2011 +0200
+++ b/web/data/cubicweb.js	Fri Oct 14 15:19:25 2011 +0200
@@ -81,8 +81,7 @@
             parent.removeChild(dest);
         }
         return src;
-    }
-
+    },
 
     sortValueExtraction: function (node) {
 	var sortvalue = jQuery(node).attr('cubicweb:sortvalue');