mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-09 09:15:45 +01:00
Add missing semicolons.
This commit is contained in:
@@ -292,7 +292,7 @@ var Sanitizer = Module("sanitizer", XPCOM([Ci.nsIObserver, Ci.nsISupportsWeakRef
|
||||
"quit-application-granted": function (subject, data) {
|
||||
if (this.runAtShutdown && !this.sanitizeItems(null, Range(), null, "shutdown"))
|
||||
this.ranAtShutdown = true;
|
||||
},
|
||||
}
|
||||
},
|
||||
|
||||
/**
|
||||
@@ -582,7 +582,7 @@ var Sanitizer = Module("sanitizer", XPCOM([Ci.nsIObserver, Ci.nsISupportsWeakRef
|
||||
context.completions = Sanitizer.COMMANDS;
|
||||
break;
|
||||
}
|
||||
},
|
||||
}
|
||||
});
|
||||
},
|
||||
completion: function initCompletion(dactyl, modules, window) {
|
||||
|
||||
Reference in New Issue
Block a user