mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-04-07 08:13:44 +02:00
Normalise fooID => fooId.
This commit is contained in:
@@ -754,12 +754,12 @@ function Player() // {{{
|
||||
|
||||
while (propEnumerator.hasMore())
|
||||
{
|
||||
let propertyID = propEnumerator.getNext();
|
||||
let propertyId = propEnumerator.getNext();
|
||||
|
||||
if (propManager.getPropertyInfo(propertyID).userViewable)
|
||||
if (propManager.getPropertyInfo(propertyId).userViewable)
|
||||
{
|
||||
liberator.dump("PropertyID - "+propManager.getPropertyInfo(propertyID).id);
|
||||
properties.push(propManager.getPropertyInfo(propertyID).displayName);
|
||||
//liberator.dump("propertyId - " + propManager.getPropertyInfo(propertyId).id);
|
||||
properties.push(propManager.getPropertyInfo(propertyId).displayName);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user