mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-14 16:05:47 +01:00
Run stylebot -- semicolons.
This commit is contained in:
@@ -135,7 +135,6 @@ var actions = {
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
var Addon = Class("Addon", {
|
||||
init: function init(addon, list) {
|
||||
this.addon = addon;
|
||||
@@ -249,7 +248,6 @@ var Addon = Class("Addon", {
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
var AddonList = Class("AddonList", {
|
||||
init: function init(modules, types, filter) {
|
||||
this.modules = modules;
|
||||
|
||||
Reference in New Issue
Block a user