Add base classes to info.json and generated externs

This ensures that the inheritance chain is intact, even if the base
class is not exportable.
This commit is contained in:
Andreas Hocevar
2014-08-28 19:02:49 +02:00
parent bc2044d48b
commit f724cb65bc
4 changed files with 54 additions and 26 deletions
+1 -1
View File
@@ -12,6 +12,6 @@
"plugins": [
"config/jsdoc/info/api-plugin",
"config/jsdoc/info/define-plugin",
"config/jsdoc/info/interface-plugin"
"config/jsdoc/info/virtual-plugin"
]
}