fixed up toImage() docs

This commit is contained in:
Eric Rowell 2012-11-03 16:08:29 -07:00
parent 78668b0d38
commit df829e1e89
2 changed files with 2 additions and 2 deletions

View File

@ -1811,7 +1811,7 @@ Kinetic.Node.prototype = {
* converts node into an image. Since the toImage
* method is asynchronous, a callback is required
* @name toImage
* @methodOf Kinetic.Stage.prototype
* @methodOf Kinetic.Node.prototype
* @param {Object} config
* @param {Function} callback since the toImage() method is asynchonrous, the
* resulting image object is passed into the callback function

View File

@ -720,7 +720,7 @@ Kinetic.Node.prototype = {
* converts node into an image. Since the toImage
* method is asynchronous, a callback is required
* @name toImage
* @methodOf Kinetic.Stage.prototype
* @methodOf Kinetic.Node.prototype
* @param {Object} config
* @param {Function} callback since the toImage() method is asynchonrous, the
* resulting image object is passed into the callback function