1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-24 07:02:38 +01:00

Normalise fooID => fooId.

This commit is contained in:
Doug Kearns
2009-08-12 22:14:02 +10:00
parent f9436047b1
commit 662bf53d5f
6 changed files with 16 additions and 16 deletions

View File

@@ -94,7 +94,7 @@ const configbase = { //{{{
/**
* @property {string} The ID of the application's main XUL window.
*/
mainWindowID: document.documentElement.id,
mainWindowId: document.documentElement.id,
/**
* @property {[[]]} An array of application specific mode specifications.