Skip to content

Commit

Permalink
Made translate.js jshint compliant
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasloisp committed Oct 2, 2016
1 parent 5a99e22 commit b5276f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/translate.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
return target;
}

if (target in translation == false)
if (target in translation === false)
{
if (dynoTrans != null)
{
Expand All @@ -79,7 +79,7 @@
}

return result;
};
}

window._ = translate;

Expand Down

0 comments on commit b5276f7

Please sign in to comment.