mirror of
https://github.com/konvajs/konva.git
synced 2025-04-05 20:48:28 +08:00
fixed up toImage() docs
This commit is contained in:
parent
78668b0d38
commit
df829e1e89
2
dist/kinetic-current.js
vendored
2
dist/kinetic-current.js
vendored
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user