1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-03 18:15:46 +01:00

some trivial formatting fixes

This commit is contained in:
Doug Kearns
2007-08-14 15:24:49 +00:00
parent 96b3fe093a
commit 9f79ec4d71
9 changed files with 47 additions and 26 deletions

View File

@@ -127,7 +127,8 @@ function Bookmarks() //{{{
{
bmResource = bmResources.getNext();
type = BookmarksUtils.resolveType(bmResource);
if (type != "ImmutableBookmark") {
if (type != "ImmutableBookmark")
{
ptype = BookmarksUtils.resolveType(BMSVC.getParent(bmResource));
// alert(type);
// if ( type == "Folder") // store the current folder
@@ -172,7 +173,7 @@ function Bookmarks() //{{{
var newalias = alias;
for (var j = 1; j <= 10; j++) // <=10 is intentional
{
if (!search_engines.some( function(item) { return (item[0] == newalias); } ))
if (!search_engines.some(function(item) { return (item[0] == newalias); }))
break;
newalias = alias + j;