You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by pu...@apache.org on 2018/10/19 06:33:18 UTC

[royale-asjs] branch develop updated: Update SkinnableContainer.as

This is an automated email from the ASF dual-hosted git repository.

pushminakazi pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/develop by this push:
     new d6e05af  Update SkinnableContainer.as
d6e05af is described below

commit d6e05af52abc3443809167a97da31258427362a2
Author: pashminakazi <42...@users.noreply.github.com>
AuthorDate: Fri Oct 19 11:33:15 2018 +0500

    Update SkinnableContainer.as
---
 .../main/royale/spark/components/SkinnableContainer.as  | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/frameworks/projects/SparkRoyale/src/main/royale/spark/components/SkinnableContainer.as b/frameworks/projects/SparkRoyale/src/main/royale/spark/components/SkinnableContainer.as
index a063954..474363b 100644
--- a/frameworks/projects/SparkRoyale/src/main/royale/spark/components/SkinnableContainer.as
+++ b/frameworks/projects/SparkRoyale/src/main/royale/spark/components/SkinnableContainer.as
@@ -383,6 +383,23 @@ public class SkinnableContainer extends SkinnableComponent
     {
         super();
     }
+    
+    
+    //----------------------------------
+    //  textDecoration
+    //----------------------------------
+	
+    public function get textDecoration():String 
+     {
+	return "";
+     }
+     
+    public function set textDecoration(val:String):void
+     {
+	
+     }
+	
+	
         public function get blockProgression():String 
 	{
 		return "";