get rid of errant newline

This commit is contained in:
Jonathan Dawson
2019-11-21 17:54:58 -06:00
parent 50eaa92bdd
commit d08563305a

View File

@@ -489,7 +489,6 @@
try { var childDocument = frame.contentDocument } catch (e) { return } try { var childDocument = frame.contentDocument } catch (e) { return }
initializeWhenReady(childDocument); initializeWhenReady(childDocument);
}); });
} }
function runAction(action, document, value, e) { function runAction(action, document, value, e) {