mirror of
https://github.com/konvajs/konva.git
synced 2025-07-15 08:25:41 +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
|
* converts node into an image. Since the toImage
|
||||||
* method is asynchronous, a callback is required
|
* method is asynchronous, a callback is required
|
||||||
* @name toImage
|
* @name toImage
|
||||||
* @methodOf Kinetic.Stage.prototype
|
* @methodOf Kinetic.Node.prototype
|
||||||
* @param {Object} config
|
* @param {Object} config
|
||||||
* @param {Function} callback since the toImage() method is asynchonrous, the
|
* @param {Function} callback since the toImage() method is asynchonrous, the
|
||||||
* resulting image object is passed into the callback function
|
* resulting image object is passed into the callback function
|
||||||
|
@ -720,7 +720,7 @@ Kinetic.Node.prototype = {
|
|||||||
* converts node into an image. Since the toImage
|
* converts node into an image. Since the toImage
|
||||||
* method is asynchronous, a callback is required
|
* method is asynchronous, a callback is required
|
||||||
* @name toImage
|
* @name toImage
|
||||||
* @methodOf Kinetic.Stage.prototype
|
* @methodOf Kinetic.Node.prototype
|
||||||
* @param {Object} config
|
* @param {Object} config
|
||||||
* @param {Function} callback since the toImage() method is asynchonrous, the
|
* @param {Function} callback since the toImage() method is asynchonrous, the
|
||||||
* resulting image object is passed into the callback function
|
* resulting image object is passed into the callback function
|
||||||
|
Loading…
Reference in New Issue
Block a user