fixing TOC issues in API ref

This commit is contained in:
walterhiggins 2014-04-26 17:03:08 +01:00
parent a4968d8dc6
commit b4fe523482
2 changed files with 349 additions and 349 deletions

File diff suppressed because it is too large Load diff

View file

@ -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',