diff --git a/content/buffer.js b/content/buffer.js index 0a10becd..e15ebd8a 100644 --- a/content/buffer.js +++ b/content/buffer.js @@ -1246,7 +1246,7 @@ liberator.Buffer = function () //{{{ // TODO: make this an XBL element rather than messing with the content // document var doc = frames[next].document; - var indicator = + var indicator =
; diff --git a/content/liberator.js b/content/liberator.js index efdd331d..221a00e3 100644 --- a/content/liberator.js +++ b/content/liberator.js @@ -43,7 +43,7 @@ const liberator = (function () //{{{ liberator.dump(message + "\n"); liberator[name] = func(); } - catch(e) + catch (e) { liberator.dump(e + "\n"); } diff --git a/content/util.js b/content/util.js index fd2de41f..f59a9080 100644 --- a/content/util.js +++ b/content/util.js @@ -34,7 +34,7 @@ liberator.util = { //{{{ .createInstance(Components.interfaces.nsITimer); this.doneAt = 0; this.latest = 0; - this.notify = function (aTimer) + this.notify = function (aTimer) { timer.cancel(); this.doneAt = Date.now() + minInterval;