mirror of
https://github.com/konvajs/konva.git
synced 2025-12-17 18:01:15 +08:00
fix doc argname & types for globalCompositeOperation
This commit is contained in:
@@ -2092,8 +2092,8 @@
|
|||||||
* @name globalCompositeOperation
|
* @name globalCompositeOperation
|
||||||
* @method
|
* @method
|
||||||
* @memberof Konva.Node.prototype
|
* @memberof Konva.Node.prototype
|
||||||
* @param {Number} blur
|
* @param {String} type
|
||||||
* @returns {Number}
|
* @returns {String}
|
||||||
* @example
|
* @example
|
||||||
* // get shadow blur
|
* // get shadow blur
|
||||||
* var globalCompositeOperation = shape.globalCompositeOperation();
|
* var globalCompositeOperation = shape.globalCompositeOperation();
|
||||||
|
|||||||
Reference in New Issue
Block a user