X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=common%2Fcontent%2Fdisable-acr.jsm;fp=common%2Fcontent%2Fdisable-acr.jsm;h=86e55c4a4a05021f1131e2a5a175ea98e6c1b376;hb=3d837eb266a3a01d424192aa4ec1a167366178c5;hp=5f5b4feac44bd6f47c21e97aa1ed412ef8182f1f;hpb=d8a3bcebff36df7b128b36e0b57b715479e155a0;p=dactyl.git diff --git a/common/content/disable-acr.jsm b/common/content/disable-acr.jsm index 5f5b4fe..86e55c4 100644 --- a/common/content/disable-acr.jsm +++ b/common/content/disable-acr.jsm @@ -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: