Minor CS fixes.

This commit is contained in:
André Cruz
2013-05-24 23:03:19 +01:00
parent 784d458e62
commit 01d8d0dbec
16 changed files with 55 additions and 52 deletions

View File

@@ -1086,7 +1086,7 @@ describe('GitResolver', function () {
describe('#clearRuntimeCache', function () {
// Use a class that inherit the GitResolver to see if it uses
// late binding when clearing the cache
var CustomGitResolver = function () {};
function CustomGitResolver() {}
util.inherits(CustomGitResolver, GitResolver);
mout.object.mixIn(CustomGitResolver, GitResolver);