不要怂,就是干,撸起袖子干!

Commit 8a832076 by Overlook Motel

remove semicolon

1 parent d4d47887
Showing with 1 additions and 1 deletions
...@@ -1362,7 +1362,7 @@ module.exports = (function() { ...@@ -1362,7 +1362,7 @@ module.exports = (function() {
return include return include
}.bind(this)) }.bind(this))
}; }
var validateIncludedElement = function(include, parent, tableNames) { var validateIncludedElement = function(include, parent, tableNames) {
if (include instanceof DAOFactory) { if (include instanceof DAOFactory) {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!