Remove obsolete comment.

This commit is contained in:
Jürg Lehni 2011-08-22 11:14:49 +02:00
parent b54f9f2228
commit a775ddec9e

View file

@ -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);
},