add semicolon
This commit is contained in:
parent
31fa5f5386
commit
4a5ebd3945
1 changed files with 1 additions and 1 deletions
|
@ -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(
|
||||||
|
|
Loading…
Reference in a new issue