1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 20:32:25 +01:00

Remove /* } vim */ comments

This commit is contained in:
Kris Maglione
2008-10-10 16:44:16 +00:00
parent a2bab3f62d
commit c8f3e8f4e1

View File

@@ -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]);