1
0
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:
Doug Kearns
2010-09-24 16:19:50 +10:00
parent a06b571058
commit 904f3cb974
14 changed files with 36 additions and 36 deletions

View File

@@ -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;