diff --git a/.jshintignore b/.jshintignore index 3d225717a02..62756bbfba7 100644 --- a/.jshintignore +++ b/.jshintignore @@ -9,6 +9,5 @@ lib/javascripts/moment_locale/ public/javascripts/ spec/phantom_js/smoke_test.js test/javascripts/helpers/assertions.js -test/javascripts/helpers/parse_html.js test/javascripts/test_helper.js vendor/ diff --git a/test/javascripts/helpers/parse_html.js b/test/javascripts/helpers/parse_html.js index 8b1f9d13e08..4c15c9826e5 100644 --- a/test/javascripts/helpers/parse_html.js +++ b/test/javascripts/helpers/parse_html.js @@ -1,3 +1,5 @@ +/* global Tautologistics */ +/* exported parseHTML */ function parseHTML(rawHtml) { var builder = new Tautologistics.NodeHtmlParser.HtmlBuilder(), parser = new Tautologistics.NodeHtmlParser.Parser(builder);