Fixes constructor assignment for ChCheckboxInput.
authorSalvatore Iovene <salvatore.iovene@intel.com>
Tue, 6 Nov 2012 09:28:28 +0000 (11:28 +0200)
committerSalvatore Iovene <salvatore.iovene@intel.com>
Tue, 6 Nov 2012 09:28:28 +0000 (11:28 +0200)
src/javascripts/cowhide-checkbox-input.js

index 2194eb5..d7db407 100644 (file)
@@ -33,7 +33,7 @@
         });
     };
 
-    $.fn.ch_checkbox.Constructor = ChCheckboxInput;
+    $.fn.ch_checkbox_input.Constructor = ChCheckboxInput;
 
     /* CHCHECKBOXINPUT DATA-API
      * ================= */