web/data/cubicweb.widgets.js
changeset 7943 ad0581296e2c
parent 7258 2e7f0d6fa2d6
child 8260 5a81fa526b30
--- a/web/data/cubicweb.widgets.js	Thu Oct 13 09:15:16 2011 +0200
+++ b/web/data/cubicweb.widgets.js	Thu Oct 13 09:25:26 2011 +0200
@@ -40,10 +40,6 @@
     });
 }
 
-// we need to differenciate cases where initFacetBoxEvents is called
-// with one argument or without any argument. If we use `initFacetBoxEvents`
-// as the direct callback on the jQuery.ready event, jQuery will pass some argument
-// of his, so we use this small anonymous function instead.
 jQuery(document).ready(function() {
     buildWidgets();
 });