mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 17:42:27 +01:00
Promisify some callbackish functions, and remove spaces around = in default arguments, per Python conventions.
This commit is contained in:
@@ -505,7 +505,7 @@ var Modes = Module("modes", {
|
||||
return StackElement;
|
||||
})(),
|
||||
cacheId: 0,
|
||||
boundProperty: function BoundProperty(desc = {}) {
|
||||
boundProperty: function BoundProperty(desc={}) {
|
||||
let id = this.cacheId++;
|
||||
let value;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user