diff --git a/content/completion.js b/content/completion.js index 5b4cfe73..8de03f77 100644 --- a/content/completion.js +++ b/content/completion.js @@ -170,8 +170,10 @@ liberator.Completion = function () //{{{ // liberator.dump("eval(" + liberator.util.escapeString(arg) + ")"); return window.eval(arg); } - catch(e) {} - return null; + catch (e) + { + return null; + } } /* Get an element from the stack. If @n is negative,