Skip to content

Commit

Permalink
#123: fix linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
robhrt7 committed Sep 20, 2015
1 parent 8ab119a commit f5dc7ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion core/ejsHelpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ ejs.render = function(template, data, options){

// No options object -- if there are optiony names
// in the data, copy them to options
if (arguments.length == 2) {
if (arg=uments.length == 2) {
cpOptsInData(data, options);
}

Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
"scripts": {
"postinstall": "node ./core/postInstall && grunt update && node ./core/trackInstall",
"build": "npm i",
"lint": "grunt jshint",
"start": "node app",
"test": "grunt ci-pre-run && node app.js --test",
"test:unit": "grunt test",
Expand Down

0 comments on commit f5dc7ec

Please sign in to comment.