From 66e4efb847714e8d6926a9317f5acafaca1688a6 Mon Sep 17 00:00:00 2001 From: KULDIP PIPALIYA Date: Fri, 18 Sep 2015 00:31:39 +0530 Subject: [PATCH] added textAlign possible value in doc block https://github.com/kangax/fabricjs.com/pull/96 --- src/shapes/text.class.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shapes/text.class.js b/src/shapes/text.class.js index fec9d62e..fd9fc500 100644 --- a/src/shapes/text.class.js +++ b/src/shapes/text.class.js @@ -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 */