global helper functions need to have grep-able names, i.e. a little bit longer
[myslice.git] / plugins / hazelnut / static / js / hazelnut.js
index ca63e1e..13bc5d8 100644 (file)
              * Handle clicks on checkboxes: reassociate checkbox click every time
              * the table is redrawn 
              */
-            this.els('hazelnut-checkbox').unbind('click').click(this, this._check_click);
+            this.elts('hazelnut-checkbox').unbind('click').click(this, this._check_click);
 
             if (!this.table)
                 return;