1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-31 14:43:32 +02:00

add more missing semicolons

This commit is contained in:
Doug Kearns
2007-11-11 03:01:55 +00:00
parent 434844b688
commit c362c70f03
16 changed files with 95 additions and 95 deletions

View File

@@ -753,7 +753,7 @@ const vimperator = (function () //{{{
thread.dispatch(new CallbackEvent(func, args), thread.DISPATCH_SYNC);
}
} //}}}
}; //}}}
})(); //}}}
// called when the chrome is fully loaded and before the main window is shown