mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-04-03 04:43:33 +02:00
whitespace fixes
This commit is contained in:
@@ -1246,7 +1246,7 @@ liberator.Buffer = function () //{{{
|
|||||||
// TODO: make this an XBL element rather than messing with the content
|
// TODO: make this an XBL element rather than messing with the content
|
||||||
// document
|
// document
|
||||||
var doc = frames[next].document;
|
var doc = frames[next].document;
|
||||||
var indicator =
|
var indicator =
|
||||||
<div id="liberator-frame-indicator"
|
<div id="liberator-frame-indicator"
|
||||||
style="background-color: red; opacity: 0.5; z-index: 999
|
style="background-color: red; opacity: 0.5; z-index: 999
|
||||||
position: fixed; top: 0; bottom: 0; left: 0; right: 0"/>;
|
position: fixed; top: 0; bottom: 0; left: 0; right: 0"/>;
|
||||||
|
|||||||
@@ -43,7 +43,7 @@ const liberator = (function () //{{{
|
|||||||
liberator.dump(message + "\n");
|
liberator.dump(message + "\n");
|
||||||
liberator[name] = func();
|
liberator[name] = func();
|
||||||
}
|
}
|
||||||
catch(e)
|
catch (e)
|
||||||
{
|
{
|
||||||
liberator.dump(e + "\n");
|
liberator.dump(e + "\n");
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ liberator.util = { //{{{
|
|||||||
.createInstance(Components.interfaces.nsITimer);
|
.createInstance(Components.interfaces.nsITimer);
|
||||||
this.doneAt = 0;
|
this.doneAt = 0;
|
||||||
this.latest = 0;
|
this.latest = 0;
|
||||||
this.notify = function (aTimer)
|
this.notify = function (aTimer)
|
||||||
{
|
{
|
||||||
timer.cancel();
|
timer.cancel();
|
||||||
this.doneAt = Date.now() + minInterval;
|
this.doneAt = Date.now() + minInterval;
|
||||||
|
|||||||
Reference in New Issue
Block a user