added textAlign possible value in doc block

https://github.com/kangax/fabricjs.com/pull/96
This commit is contained in:
KULDIP PIPALIYA 2015-09-18 00:31:39 +05:30
parent 4a6001e356
commit 66e4efb847

View file

@ -246,7 +246,7 @@
textDecoration: '',
/**
* Text alignment. Possible values: "left", "center", or "right".
* Text alignment. Possible values: "left", "center", "right" or "justify".
* @type String
* @default
*/