Unused variables

This commit is contained in:
Tim Schaub
2016-01-02 11:23:34 -07:00
parent 1d65bab158
commit 23f3e21ba4
6 changed files with 1 additions and 10 deletions

View File

@@ -66,8 +66,7 @@ function wrapModule(mod, callback) {
};
if (mod.browserify) {
var b = browserify(mod.main, {standalone: mod.name}).
bundle(function(err, buf) {
browserify(mod.main, {standalone: mod.name}).bundle(function(err, buf) {
if (err) {
callback(err);
return;