fix typo in shadow docs (#4271)

This commit is contained in:
Tristan Fischer 2017-08-31 22:33:10 +02:00 committed by Andrea Bogazzi
parent 4e438cac7b
commit 5f7e61f02f

View file

@ -61,7 +61,7 @@
/**
* Constructor
* @param {Object|String} [options] Options object with any of color, blur, offsetX, offsetX properties or string (e.g. "rgba(0,0,0,0.2) 2px 2px 10px, "2px 2px 10px rgba(0,0,0,0.2)")
* @param {Object|String} [options] Options object with any of color, blur, offsetX, offsetY properties or string (e.g. "rgba(0,0,0,0.2) 2px 2px 10px")
* @return {fabric.Shadow} thisArg
*/
initialize: function(options) {