blind attempt to try

This commit is contained in:
John McLear 2015-01-21 02:55:03 +00:00
parent 73d6030762
commit eacf1118f8
3 changed files with 12 additions and 15 deletions

View file

@ -37,7 +37,8 @@ function sanitizeUnicode(s)
function makeContentCollector(collectStyles, browser, apool, domInterface, className2Author)
{
browser = browser || {};
// browser = browser || {};
// I don't like the above.
var dom = domInterface || {
isNodeText: function(n)