JSHint parse_html.js

- Mark Tautologistics as a global
- Mark parseHTML as exported
This commit is contained in:
Nick Schonning 2014-03-11 02:34:17 -04:00
parent 3342741876
commit 054eca840a
2 changed files with 2 additions and 1 deletions

View File

@ -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/

View File

@ -1,3 +1,5 @@
/* global Tautologistics */
/* exported parseHTML */
function parseHTML(rawHtml) {
var builder = new Tautologistics.NodeHtmlParser.HtmlBuilder(),
parser = new Tautologistics.NodeHtmlParser.Parser(builder);