Commit f13e97d

bryfry <bryon.fryer@gmail.com>
2013-10-03 22:02:15
preview push
1 parent 6335852
Changed files (1)
js/trax_input.js
@@ -16,7 +16,7 @@ $(document).ready( function() {
     highlight:function(element, errorClass, validClass) {
         $(element).parents('.form-group').addClass('has-error');
     },
-    errorPlacement: function(error, element) {} }),
+    errorPlacement: function(error, element) {},
     debug:true,
   });