mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-04 04:44:20 +01:00
More camel-casing.
isInstance -> isinstance as homage to instanceof.
This commit is contained in:
@@ -13,8 +13,8 @@ const ConfigBase = Class(ModuleBase, {
|
||||
*/
|
||||
init: function () {
|
||||
this.name = services.get("dactyl:").name;
|
||||
this.idname = services.get("dactyl:").idname;
|
||||
this.appname = services.get("dactyl:").appname;
|
||||
this.idName = services.get("dactyl:").idName;
|
||||
this.appName = services.get("dactyl:").appName;
|
||||
this.host = services.get("dactyl:").host;
|
||||
|
||||
highlight.styleableChrome = this.styleableChrome;
|
||||
|
||||
Reference in New Issue
Block a user