removed Transition constructor block comment to remove it from jsdocs. Devs should just use the transitionTo() method without knowing how it works under the covers

This commit is contained in:
Eric Rowell 2012-04-28 00:10:26 -07:00
parent 222aea4e2e
commit 04554e0e6a
2 changed files with 0 additions and 6 deletions

View File

@ -3334,9 +3334,6 @@ Kinetic.Transform.prototype = {
/**
* Transition constructor. KineticJS transitions contain
* multiple Tweens
* @constructor
* @param {Kinetic.Node} node
* @param {Object} config
*/
Kinetic.Transition = function(node, config) {
this.node = node;

View File

@ -8,9 +8,6 @@
/**
* Transition constructor. KineticJS transitions contain
* multiple Tweens
* @constructor
* @param {Kinetic.Node} node
* @param {Object} config
*/
Kinetic.Transition = function(node, config) {
this.node = node;