[API Refactor] Fix JSLint failures
Fix JSLint failures by excluding top-level code, and by explicitly declaring variable require.
This commit is contained in:
@@ -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
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user