You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by mi...@apache.org on 2015/04/10 14:29:20 UTC

[5/6] git commit: [flex-utilities] [refs/heads/develop] - FLEX-34756 Minor improvements.

FLEX-34756 Minor improvements.


Project: http://git-wip-us.apache.org/repos/asf/flex-utilities/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-utilities/commit/69d09d75
Tree: http://git-wip-us.apache.org/repos/asf/flex-utilities/tree/69d09d75
Diff: http://git-wip-us.apache.org/repos/asf/flex-utilities/diff/69d09d75

Branch: refs/heads/develop
Commit: 69d09d75f451c1491432da1de39fe80e0d6e6087
Parents: 8363ebf
Author: Mihai Chira <mi...@apache.org>
Authored: Fri Apr 10 14:26:40 2015 +0200
Committer: Mihai Chira <mi...@apache.org>
Committed: Fri Apr 10 14:26:40 2015 +0200

----------------------------------------------------------------------
 .../src/com/adobe/linguistics/spelling/framework/ResourceTable.as  | 2 +-
 .../tests/com/adobe/linguistics/spelling/FLEX_34717_Tests.as       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/69d09d75/Squiggly/main/SpellingFramework/src/com/adobe/linguistics/spelling/framework/ResourceTable.as
----------------------------------------------------------------------
diff --git a/Squiggly/main/SpellingFramework/src/com/adobe/linguistics/spelling/framework/ResourceTable.as b/Squiggly/main/SpellingFramework/src/com/adobe/linguistics/spelling/framework/ResourceTable.as
index 80debc7..b16542a 100644
--- a/Squiggly/main/SpellingFramework/src/com/adobe/linguistics/spelling/framework/ResourceTable.as
+++ b/Squiggly/main/SpellingFramework/src/com/adobe/linguistics/spelling/framework/ResourceTable.as
@@ -41,7 +41,7 @@ package com.adobe.linguistics.spelling.framework
 		 */
 		public function ResourceTable()
 		{
-			_resources = new Object();
+			_resources = {};
 		}
 
 		/**

http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/69d09d75/Squiggly/main/SpellingUIEx/tests/com/adobe/linguistics/spelling/FLEX_34717_Tests.as
----------------------------------------------------------------------
diff --git a/Squiggly/main/SpellingUIEx/tests/com/adobe/linguistics/spelling/FLEX_34717_Tests.as b/Squiggly/main/SpellingUIEx/tests/com/adobe/linguistics/spelling/FLEX_34717_Tests.as
index 624acae..9ce89df 100644
--- a/Squiggly/main/SpellingUIEx/tests/com/adobe/linguistics/spelling/FLEX_34717_Tests.as
+++ b/Squiggly/main/SpellingUIEx/tests/com/adobe/linguistics/spelling/FLEX_34717_Tests.as
@@ -44,7 +44,7 @@ package com.adobe.linguistics.spelling {
         public function test_immediate_disable_after_enable():void
         {
             //given
-            UIImpersonator.addChild(_input);
+            UIImpersonator.addElement(_input);
 
             //when
             SpellUI.enableSpelling(_input, "en_US");