# HG changeset patch # User Sylvain Thénault # Date 1318598365 -7200 # Node ID f7ab1db3977827fbc3d978e8690db56a9807d6de # Parent 646d44232b5a818aed671eaa5dd44d0db919de19 [js] missing trailing comma diff -r 646d44232b5a -r f7ab1db39778 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');