JSHint parse_html.js
- Mark Tautologistics as a global - Mark parseHTML as exported
This commit is contained in:
parent
3342741876
commit
054eca840a
|
@ -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/
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
/* global Tautologistics */
|
||||
/* exported parseHTML */
|
||||
function parseHTML(rawHtml) {
|
||||
var builder = new Tautologistics.NodeHtmlParser.HtmlBuilder(),
|
||||
parser = new Tautologistics.NodeHtmlParser.Parser(builder);
|
||||
|
|
Loading…
Reference in New Issue