mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-05 20:32:00 -05:00
Remove obsolete comment.
This commit is contained in:
parent
b54f9f2228
commit
a775ddec9e
1 changed files with 0 additions and 1 deletions
|
@ -283,7 +283,6 @@ var View = this.View = PaperScopeItem.extend(/** @lends View# */{
|
|||
* @return {Boolean} Whether the view is visible.
|
||||
*/
|
||||
isVisible: function() {
|
||||
// TODO: Take bounds into account if it's not the full canvas?
|
||||
return DomElement.isVisible(this._canvas);
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue