diff --git a/src/ui/View.js b/src/ui/View.js index 701b063f..6f2c45aa 100644 --- a/src/ui/View.js +++ b/src/ui/View.js @@ -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); },