From 6b0219c2470bb151dda6133466f02ef002cd522b Mon Sep 17 00:00:00 2001 From: hypersurge Date: Fri, 20 Nov 2015 10:22:06 -0800 Subject: [PATCH] Update Text.hx Changing outline type to Float --- createjs/easeljs/Text.hx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/createjs/easeljs/Text.hx b/createjs/easeljs/Text.hx index 85892e0..1a12766 100644 --- a/createjs/easeljs/Text.hx +++ b/createjs/easeljs/Text.hx @@ -14,8 +14,8 @@ extern class Text extends DisplayObject{ public var lineHeight:Float; public var lineWidth:Float; public var maxWidth:Float; - public var outline:Bool; + public var outline:Float; public var text:String; public var textAlign:String; public var textBaseline:String; -} \ No newline at end of file +}