Commit f657e1a6 by Nick Schonning

Chore: Remove unused vars/param

http://eslint.org/docs/rules/no-unused-vars
parent c1fa0b5e
......@@ -274,11 +274,11 @@ function watch(options, emitter) {
});
});
gaze.on('added', function(file) {
gaze.on('added', function() {
graph = buildGraph(options);
});
gaze.on('deleted', function(file) {
gaze.on('deleted', function() {
graph = buildGraph(options);
});
}
......
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