remove legacy jshint comment

This commit is contained in:
Sebastian McKenzie 2015-02-12 07:46:03 +11:00
parent 32316ad942
commit d7bea2f325

View File

@ -1,7 +1,5 @@
"use strict";
/* jshint maxparams:7 */
module.exports = TraversalContext;
var TraversalPath = require("./path");