From 904f3cb9744d614cb2b658e21a45c6f4243fccd6 Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Fri, 24 Sep 2010 16:19:50 +1000 Subject: More camel-casing. isInstance -> isinstance as homage to instanceof. --- common/content/configbase.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'common/content/configbase.js') diff --git a/common/content/configbase.js b/common/content/configbase.js index f49cd3f5..07473baa 100644 --- a/common/content/configbase.js +++ b/common/content/configbase.js @@ -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; -- cgit v1.2.3