1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-06 08:54:12 +01:00

trivial formatting improvements

This commit is contained in:
Doug Kearns
2008-10-05 09:55:56 +00:00
parent d89df7c4e1
commit 86adfc396a
5 changed files with 17 additions and 17 deletions

View File

@@ -182,7 +182,7 @@ liberator.config = { //{{{
// XXX: Hack!
window.document.addEventListener("load", function ()
{
if (typeof(window.messageWasEditedExternally) == "undefined")
if (typeof window.messageWasEditedExternally == "undefined")
{
window.messageWasEditedExternally = false;
GetCurrentEditor().addDocumentStateListener(stateListener);