diff --git a/static/js/.jshintignore b/static/js/.jshintignore index d4ea404..e3f620e 100644 --- a/static/js/.jshintignore +++ b/static/js/.jshintignore @@ -1,2 +1,3 @@ bundle.js +bundle-stats.js lib/* diff --git a/static/js/components/WorldStats.js b/static/js/components/WorldStats.js index cb139f9..2cee69e 100644 --- a/static/js/components/WorldStats.js +++ b/static/js/components/WorldStats.js @@ -46,4 +46,4 @@ export default function(info){ getHour(), ":", getMinute() ]); -}; +}