fixes browserify task transforms support

This commit is contained in:
Thomas Aylott
2013-11-14 13:50:23 -05:00
parent 8529f1b053
commit 61c1bf0a41

View File

@@ -46,7 +46,7 @@ module.exports = function() {
};
// TODO: make sure this works, test with this too
config.transforms.forEach(bundle.transform, this);
config.transforms.forEach(bundle.transform, bundle);
// Actually bundle it up
var _this = this;