mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-04 17:34:12 +01:00
Remove some Hungarian notation.
This commit is contained in:
@@ -187,9 +187,9 @@ const config = { //{{{
|
||||
|
||||
var stateListener =
|
||||
{
|
||||
QueryInterface: function (aIID)
|
||||
QueryInterface: function (id)
|
||||
{
|
||||
if (aIID.equals(Components.interfaces.nsIDocumentStateListener))
|
||||
if (id.equals(Components.interfaces.nsIDocumentStateListener))
|
||||
return this;
|
||||
throw Components.results.NS_NOINTERFACE;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user