Explorar el Código

Add missing semicolon

Add missing semicolon
Stein, Peter hace 11 años
padre
commit
cb6a1fc489
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      static/js/bootstrap-switch.js

+ 1 - 1
static/js/bootstrap-switch.js

@@ -336,7 +336,7 @@
         var $label = $element.find("label");
         $.each(['switch-mini', 'switch-small', 'switch-large'], function (i, el) {
           if (el !== value) {
-            $switchLeft.removeClass(el)
+            $switchLeft.removeClass(el);
             $switchRight.removeClass(el);
             $label.removeClass(el);
           } else {