web/data/cubicweb.widgets.js
brancholdstable
changeset 8462 a14b6562082b
parent 7943 ad0581296e2c
child 8260 5a81fa526b30
--- a/web/data/cubicweb.widgets.js	Tue Feb 14 15:14:22 2012 +0100
+++ b/web/data/cubicweb.widgets.js	Tue Jul 10 15:07:23 2012 +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();
 });