From 4a5ebd3945bfd0831d29498b48e9203e9269cd5e Mon Sep 17 00:00:00 2001 From: rolux Date: Fri, 22 Feb 2013 09:04:51 +0530 Subject: [PATCH] add semicolon --- source/Ox.UI/js/Form/Editable.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Ox.UI/js/Form/Editable.js b/source/Ox.UI/js/Form/Editable.js index be4eecf1..712e44db 100644 --- a/source/Ox.UI/js/Form/Editable.js +++ b/source/Ox.UI/js/Form/Editable.js @@ -208,7 +208,7 @@ Ox.Editable = function(options, self) { if (self.options.value === '' && self.options.placeholder) { value = self.options.placeholder; } else if (self.options.format) { - value = self.options.format(self.options.value) + value = self.options.format(self.options.value); } if (self.options.highlight) { value = Ox.highlight(