From c8f3e8f4e14e287e41fdb7b0e5bab5bdfa11a94b Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Fri, 10 Oct 2008 16:44:16 +0000 Subject: [PATCH] Remove /* } vim */ comments --- content/buffer.js | 1 - 1 file changed, 1 deletion(-) diff --git a/content/buffer.js b/content/buffer.js index 6296da64..262f9e80 100644 --- a/content/buffer.js +++ b/content/buffer.js @@ -161,7 +161,6 @@ liberator.Buffer = function () //{{{ + '("' + part.replace(/"/g, "%22").replace(/[*]$/, "") + '")') .join(", "); return namespace + "@-moz-document " + selectors + "{\n" + css + "\n}\n"; - /* } vim */ } let queryinterface = XPCOMUtils.generateQI([Components.interfaces.nsIConsoleListener]);