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

Commit d203ac81 by Jan Aagaard Meier

Consistency

1 parent 86d0bf9f
Showing with 1 additions and 1 deletions
......@@ -274,7 +274,7 @@ module.exports = (function() {
, allAttributes = []
Utils._.forEach(attrValueHashes, function(attrValueHash, i) {
Utils._.forIn(attrValueHash, function(value, key, hash) {
Utils._.forOwn(attrValueHash, function(value, key, hash) {
if (allAttributes.indexOf(key) === -1) allAttributes.push(key)
if (tables[tableName] && tables[tableName][key]) {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!