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(