[API Refactor] Fix JSLint failures

Fix JSLint failures by excluding top-level code,
and by explicitly declaring variable require.
This commit is contained in:
Victor Woeltjen
2016-01-08 12:16:32 -08:00
parent 82094477a3
commit aa63308e0b
4 changed files with 6 additions and 4 deletions

View File

@@ -81,6 +81,6 @@ module.exports = function(config) {
// Continuous Integration mode.
// If true, Karma captures browsers, runs the tests and exits.
singleRun: false
singleRun: true
});
};