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

Remove redundant semicolons.

This commit is contained in:
Doug Kearns
2009-09-04 21:58:43 +10:00
parent 339592c4a2
commit 2b7e4dcb67
18 changed files with 24 additions and 24 deletions

View File

@@ -826,7 +826,7 @@ function Bookmarks() //{{{
}
};
//}}}
}; //}}}
} //}}}
function History() //{{{
{
@@ -1092,7 +1092,7 @@ function History() //{{{
}
};
//}}}
}; //}}}
} //}}}
function QuickMarks() //{{{
{
@@ -1253,6 +1253,6 @@ function QuickMarks() //{{{
}
};
//}}}
}; //}}}
} //}}}
// vim: set fdm=marker sw=4 ts=4 et:

View File

@@ -295,6 +295,6 @@ function Browser() //{{{
// TODO: extract browser-specific functionality from liberator
};
//}}}
}; //}}}
} //}}}
// vim: set fdm=marker sw=4 ts=4 et:

View File

@@ -1619,7 +1619,7 @@ function Buffer() //{{{
}
};
//}}}
}; //}}}
} //}}}
/**
* @instance marks
@@ -2012,6 +2012,6 @@ function Marks() //{{{
};
//}}}
}; //}}}
} //}}}
// vim: set fdm=marker sw=4 ts=4 et:

View File

@@ -1263,6 +1263,6 @@ function Commands() //{{{
return self;
}; //}}}
} //}}}
// vim: set fdm=marker sw=4 ts=4 et:

View File

@@ -1419,6 +1419,6 @@ function Completion() //{{{
return self;
//}}}
}; //}}}
} //}}}
// vim: set fdm=marker sw=4 ts=4 et:

View File

@@ -1214,6 +1214,6 @@ function Editor() //{{{
//}}}
};
//}}}
}; //}}}
} //}}}
// vim: set fdm=marker sw=4 ts=4 et:

View File

@@ -338,7 +338,7 @@ function AutoCommands() //{{{
}
};
//}}}
}; //}}}
} //}}}
/**
* @instance events
@@ -1835,6 +1835,6 @@ function Events() //{{{
return self;
}; //}}}
} //}}}
// vim: set fdm=marker sw=4 ts=4 et:

View File

@@ -517,6 +517,6 @@ function Finder() //{{{
}
};
//}}}
}; //}}}
} //}}}
// vim: set fdm=marker sw=4 ts=4 et:

View File

@@ -1099,6 +1099,6 @@ function Hints() //{{{
// }
//}}}
}; //}}}
} //}}}
// vim: set fdm=marker sw=4 ts=4 et:

View File

@@ -1188,7 +1188,7 @@ lookup:
return self;
}; //}}}
} //}}}
IO.PATH_SEP = (function () {
let f = services.get("directory").get("CurProcD", Ci.nsIFile);

View File

@@ -566,6 +566,6 @@ function Mappings() //{{{
}
};
//}}}
}; //}}}
} //}}}
// vim: set fdm=marker sw=4 ts=4 et:

View File

@@ -1413,6 +1413,6 @@ function Options() //{{{
return self;
}; //}}}
} //}}}
// vim: set fdm=marker sw=4 ts=4 et:

View File

@@ -117,7 +117,7 @@ function Services()
self.addClass("process", "@mozilla.org/process/util;1", Ci.nsIProcess);
return self;
};
}
var services = Services();

View File

@@ -1176,6 +1176,6 @@ function Tabs() //{{{
}
};
//}}}
}; //}}}
} //}}}
// vim: set fdm=marker sw=4 ts=4 et:

View File

@@ -1768,7 +1768,7 @@ function CommandLine() //{{{
return self;
}; //}}}
} //}}}
/**
* The list which is used for the completion box (and QuickFix window in
@@ -2042,7 +2042,7 @@ function ItemList(id) //{{{
onEvent: function onEvent(event) false
};
//}}}
}; //}}}
} //}}}
function StatusLine() //{{{
{
@@ -2326,6 +2326,6 @@ function StatusLine() //{{{
};
//}}}
}; //}}}
} //}}}
// vim: set fdm=marker sw=4 ts=4 et:

View File

@@ -204,6 +204,6 @@ function Addressbook() //{{{
}
};
//}}}
}; //}}}
} //}}}
// vim: set fdm=marker sw=4 ts=4 et:

View File

@@ -126,6 +126,6 @@ function Compose() //{{{
return {};
//}}}
}; //}}}
} //}}}
// vim: set fdm=marker sw=4 ts=4 et:

View File

@@ -1067,6 +1067,6 @@ function Mail() //{{{
}
};
//}}}
}; //}}}
} //}}}
// vim: set fdm=marker sw=4 ts=4 et: