documented Filters namespace, filters, and Transform class, and cleaned up jsdoc warnings

This commit is contained in:
Eric Rowell
2012-11-11 17:08:16 -08:00
parent 753971247d
commit a30d6730fe
8 changed files with 25 additions and 14 deletions

View File

@@ -245,7 +245,7 @@ Kinetic.Node.prototype = {
* determine if node is listening or not. Node is listening only
* if it's listening and all of its ancestors are listening. If an ancestor
* is not listening, this means that the node is also not listening
* @name getVisible
* @name getListening
* @methodOf Kinetic.Node.prototype
*/
getListening: function() {
@@ -1166,10 +1166,4 @@ Kinetic.Node.prototype.isVisible = Kinetic.Node.prototype.getVisible;
* get offset
* @name getOffset
* @methodOf Kinetic.Node.prototype
*/
/**
* determine if listening to events or not
* @name getListening
* @methodOf Kinetic.Node.prototype
*/