Fixing lint errors

This commit is contained in:
Jeff Avallone
2015-11-01 10:28:37 -05:00
parent e35be731cc
commit 966ab5f2d6
14 changed files with 42 additions and 41 deletions
+2 -2
View File
@@ -2,12 +2,12 @@ var through = require('through'),
canopy = require('canopy');
module.exports = function(file) {
var data = '';
if (!/\.peg$/.test(file)) {
return through();
}
var data = '';
return through(
function(buf) {
data += buf;