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

Commit 68e10b2e by overlookmotel

Spacing

1 parent be82452f
Showing with 1 additions and 1 deletions
......@@ -98,7 +98,7 @@ Hooks.runHooks = function(hooks) {
hooks = hooks === undefined ? [] : [hooks];
}
var promise = Promise.each(hooks, function(hook) {
var promise = Promise.each(hooks, function (hook) {
if (typeof hook === 'object') {
hook = hook.fn;
}
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!