mirror of
https://github.com/konvajs/konva.git
synced 2025-12-17 18:01:15 +08:00
documented Filters namespace, filters, and Transform class, and cleaned up jsdoc warnings
This commit is contained in:
@@ -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
|
||||
*/
|
||||
Reference in New Issue
Block a user