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

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