Merge pull request #364 from oott123/fix-gco-doc-types

fix doc argname & types for globalCompositeOperation
This commit is contained in:
Anton Lavrenov 2018-03-19 10:14:24 +07:00 committed by GitHub
commit 7bb057e020
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2092,8 +2092,8 @@
* @name globalCompositeOperation
* @method
* @memberof Konva.Node.prototype
* @param {Number} blur
* @returns {Number}
* @param {String} type
* @returns {String}
* @example
* // get shadow blur
* var globalCompositeOperation = shape.globalCompositeOperation();