Commit 7265e7b0 by blopker

remove useless return

parent 221b26b2
...@@ -18,7 +18,6 @@ function render(options, emitter) { ...@@ -18,7 +18,6 @@ function render(options, emitter) {
var done = function() { var done = function() {
if (--todo <= 0) { if (--todo <= 0) {
emitter.emit('done'); emitter.emit('done');
return;
} }
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment