add semicolon

This commit is contained in:
rolux 2013-02-22 09:04:51 +05:30
parent 31fa5f5386
commit 4a5ebd3945

View file

@ -208,7 +208,7 @@ Ox.Editable = function(options, self) {
if (self.options.value === '' && self.options.placeholder) { if (self.options.value === '' && self.options.placeholder) {
value = self.options.placeholder; value = self.options.placeholder;
} else if (self.options.format) { } else if (self.options.format) {
value = self.options.format(self.options.value) value = self.options.format(self.options.value);
} }
if (self.options.highlight) { if (self.options.highlight) {
value = Ox.highlight( value = Ox.highlight(