mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-04 19:55:46 +01:00
More camel-casing.
isInstance -> isinstance as homage to instanceof.
This commit is contained in:
@@ -18,9 +18,9 @@ Dactyl.prototype = {
|
||||
classDescription: "Dactyl component base definitions",
|
||||
QueryInterface: XPCOMUtils.generateQI([]),
|
||||
|
||||
appname: "Teledactyl",
|
||||
appName: "Teledactyl",
|
||||
name: "teledactyl",
|
||||
idname: "TELEDACTYL",
|
||||
idName: "TELEDACTYL",
|
||||
host: "Thunderbird"
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user