typo in example code

This commit is contained in:
vitalets
2013-02-04 10:21:18 +04:00
parent 2e7fec7c48
commit 4a63f802ad
2 changed files with 1 additions and 3 deletions

@ -16,7 +16,6 @@ $(function(){
{value: 2, text: 'option2'}, {value: 2, text: 'option2'},
{value: 3, text: 'option3'} {value: 3, text: 'option3'}
] ]
}
}); });
}); });
</script> </script>

@ -15,7 +15,6 @@ $(function(){
{value: 2, text: 'Blocked'}, {value: 2, text: 'Blocked'},
{value: 3, text: 'Deleted'} {value: 3, text: 'Deleted'}
] ]
}
}); });
}); });
</script> </script>
@ -85,4 +84,4 @@ $(function(){
$.fn.editabletypes.select = Select; $.fn.editabletypes.select = Select;
}(window.jQuery)); }(window.jQuery));