mirror of
https://github.com/photonstorm/phaser
synced 2024-11-10 15:14:47 +00:00
typo
This commit is contained in:
parent
4608a883ab
commit
ede2290130
2 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ class Parser {
|
|||
this.resolveObjects(docs);
|
||||
// removes members inherited from classes
|
||||
// possibly could be avoided if mixins were defined as such before JSDoc parses them and then we could globally remove all inherited (not
|
||||
// overriden) members globally from the parsed DB
|
||||
// overridden) members globally from the parsed DB
|
||||
this.resolveInheritance(docs);
|
||||
this.resolveParents(docs);
|
||||
// add integer alias
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue