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

Commit 8ccd34b4 by Jan Aagaard Meier

Revert back to _.each, idiot

1 parent f1ecabbe
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
attributes.forEach(function(dataType, name){
Utils._.each(attributes, 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!