added priority optional param to docs
This commit is contained in:
parent
2ba3335a16
commit
1cfa6ff767
2 changed files with 160 additions and 160 deletions
File diff suppressed because it is too large
Load diff
|
@ -55,7 +55,7 @@ while ( ( entry = zis.nextEntry) != null) {
|
|||
'',
|
||||
' * callback - A function which is called whenever the ' + shortName + ' event is fired',
|
||||
'',
|
||||
'see events.on() for more information.',
|
||||
' * priority - optional - see events.on() for more information.',
|
||||
'',
|
||||
'***/'
|
||||
];
|
||||
|
|
Reference in a new issue