mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-03 03:55:46 +01:00
Add missing semicolons, fix whitespace and normalise Vim modelines.
This commit is contained in:
@@ -64,7 +64,7 @@ function chromeDocuments() {
|
||||
Ci.nsIDocShell.ENUMERATE_FORWARDS);
|
||||
while (docShells.hasMoreElements())
|
||||
try {
|
||||
yield docShells.getNext().QueryInterface(Ci.nsIDocShell).contentViewer.DOMDocument;
|
||||
yield docShells.getNext().QueryInterface(Ci.nsIDocShell).contentViewer.DOMDocument;
|
||||
}
|
||||
catch (e) {}
|
||||
}
|
||||
@@ -73,4 +73,4 @@ function chromeDocuments() {
|
||||
|
||||
var EXPORTED_SYMBOLS = ["cleanup", "init"];
|
||||
|
||||
// vim: set fdm=marker sw=4 ts=4 et ft=javascript:
|
||||
// vim: set fdm=marker sw=4 sts=4 ts=8 et ft=javascript:
|
||||
|
||||
Reference in New Issue
Block a user