mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-22 16:45:45 +01:00
Fix startup on FF36.
This commit is contained in:
@@ -728,8 +728,6 @@ config.INIT = update(Object.create(config.INIT), config.INIT, {
|
||||
|
||||
endModule();
|
||||
|
||||
config.loadStyles();
|
||||
|
||||
} catch(e){ if (isString(e)) e = Error(e); dump(e.fileName+":"+e.lineNumber+": "+e+"\n" + e.stack); }
|
||||
|
||||
// vim: set fdm=marker sw=4 sts=4 et ft=javascript:
|
||||
|
||||
Reference in New Issue
Block a user