diff --git a/src/inputs/checklist.js b/src/inputs/checklist.js
index 320b02c..4a194b6 100644
--- a/src/inputs/checklist.js
+++ b/src/inputs/checklist.js
@@ -16,7 +16,6 @@ $(function(){
               {value: 2, text: 'option2'},
               {value: 3, text: 'option3'}
            ]
-        }
     });
 });
 </script>
diff --git a/src/inputs/select.js b/src/inputs/select.js
index 0a0b4a7..18f0d25 100644
--- a/src/inputs/select.js
+++ b/src/inputs/select.js
@@ -15,7 +15,6 @@ $(function(){
               {value: 2, text: 'Blocked'},
               {value: 3, text: 'Deleted'}
            ]
-        }
     });
 });
 </script>
@@ -85,4 +84,4 @@ $(function(){
 
     $.fn.editabletypes.select = Select;      
 
-}(window.jQuery));
\ No newline at end of file
+}(window.jQuery));