Skip to content

Commit

Permalink
fix typo in shadow docs (fabricjs#4271)
Browse files Browse the repository at this point in the history
  • Loading branch information
dersphere authored and rkrueger11 committed Sep 6, 2017
1 parent b77c664 commit c46fa74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shadow.class.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit c46fa74

Please sign in to comment.