mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-01 02:38:43 -05:00
Suppress weird JSdoc warnings.
This commit is contained in:
parent
4731a8909d
commit
9d47bfcf0b
1 changed files with 7 additions and 0 deletions
|
@ -133,7 +133,14 @@ var View = this.View = Base.extend(Callback, /** @lends View# */{
|
|||
return true;
|
||||
},
|
||||
|
||||
/**
|
||||
* @namespace
|
||||
* @ignore
|
||||
*/
|
||||
_events: {
|
||||
/**
|
||||
* @namespace
|
||||
*/
|
||||
onFrame: {
|
||||
install: function() {
|
||||
/*#*/ if (options.browser) {
|
||||
|
|
Loading…
Reference in a new issue