added priority optional param to docs

This commit is contained in:
walterhiggins 2014-04-26 20:24:45 +01:00
parent 2ba3335a16
commit 1cfa6ff767
2 changed files with 160 additions and 160 deletions

File diff suppressed because it is too large Load diff

View file

@ -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.',
'',
'***/'
];