fixing TOC issues in API ref
This commit is contained in:
parent
a4968d8dc6
commit
b4fe523482
2 changed files with 349 additions and 349 deletions
File diff suppressed because it is too large
Load diff
|
@ -41,7 +41,7 @@ while ( ( entry = zis.nextEntry) != null) {
|
|||
|
||||
var comment = [
|
||||
'/*********************',
|
||||
'### events.' + fname + '(callback)',
|
||||
'### events.' + fname + '()',
|
||||
'#### Parameters ',
|
||||
' * callback - A function which is called whenever the ' + shortName + ' event is fired',
|
||||
'see events.on() for more information',
|
||||
|
|
Reference in a new issue