Update dependencies: eslint to 3.0.0, rimraf to 2.5.3, uglify-js to 2.7.0.

This commit is contained in:
David Anson 2016-07-04 23:37:54 -07:00
parent f2060b4607
commit b17dcb2ed9
2 changed files with 4 additions and 4 deletions

View file

@ -799,7 +799,7 @@ module.exports = [
};
}
}
var state = base;
var state = base; // eslint-disable-line no-unused-vars
params.tokens.forEach(function forToken(token) {
state = state(token) || base;
});