Skip to content
This repository has been archived by the owner on May 31, 2018. It is now read-only.

Commit

Permalink
fixed jslint isues
Browse files Browse the repository at this point in the history
  • Loading branch information
travi committed Feb 28, 2015
1 parent 8fdc24e commit 6d68fb5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion js/travi.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
return putIn(this, ns, provided || {});
}

function register(ns, provided, dependencies) {
function register(ns, provided) {
namespace.call(this, ns, provided);
}

Expand Down
2 changes: 2 additions & 0 deletions js/travi/register.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
travi.register = function (ns, provided, dependencies) {
'use strict';

travi.namespace.call(this, ns, provided);

travi.dependencies.checker.check('travi.' + ns, dependencies);
Expand Down

0 comments on commit 6d68fb5

Please sign in to comment.