1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-07 02:24:12 +01:00

whitespace fix

This commit is contained in:
Doug Kearns
2008-08-21 03:52:14 +00:00
parent ace880a5fb
commit 5f37761bf3

View File

@@ -870,6 +870,7 @@ liberator.QuickMarks = function () //{{{
var filter = args.replace(/[^a-zA-Z0-9]/g, "");
liberator.quickmarks.list(filter);
});
/////////////////////////////////////////////////////////////////////////////}}}
////////////////////// PUBLIC SECTION //////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////{{{