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

Commit f1ecabbe by Jan Aagaard Meier

Change from _.each to native forEach

1 parent 9011d759
Showing with 1 additions and 1 deletions
......@@ -152,7 +152,7 @@ module.exports = (function() {
var globalOptions = this.options
// If you don't specify a valid data type lets help you debug it
Utils._.each(attributes, function(dataType, name){
attributes.forEach(function(dataType, name){
if (Utils.isHash(dataType)) {
dataType = dataType.type
}
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!