From 4a63f802addd0b8bb54a43dc22ff2d0f0460a2b0 Mon Sep 17 00:00:00 2001 From: vitalets <noginsk@rambler.ru> Date: Mon, 4 Feb 2013 10:21:18 +0400 Subject: [PATCH] typo in example code --- src/inputs/checklist.js | 1 - src/inputs/select.js | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) 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));