semicolon

master
Evgeny Poberezkin 2015-12-05 21:31:56 +00:00
parent d7fd8229a9
commit faae5585c2
1 changed files with 1 additions and 1 deletions

View File

@ -36,5 +36,5 @@ function inlineFormatLimit(limit) {
return 'formats' + it.util.getProperty(format) + '.compare('
+ data + ', ' + it.util.toQuotedString(schema)
+ ') ' + op + ' 0';
}
};
}