You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by jm...@apache.org on 2014/10/31 06:15:49 UTC

[3/6] git commit: [flex-utilities] [refs/heads/apache-tour-de-flex-1.2] - remove unneeded ids

remove unneeded ids


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

Branch: refs/heads/apache-tour-de-flex-1.2
Commit: fd1f89be92e8beccd592fb32c36b6d3ef875ae2d
Parents: 1647766
Author: Justin Mclean <jm...@apache.org>
Authored: Fri Oct 31 16:11:57 2014 +1100
Committer: Justin Mclean <jm...@apache.org>
Committed: Fri Oct 31 16:11:57 2014 +1100

----------------------------------------------------------------------
 TourDeFlex/TourDeFlex3/src/apache/squiggly/SpellingExample.mxml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/fd1f89be/TourDeFlex/TourDeFlex3/src/apache/squiggly/SpellingExample.mxml
----------------------------------------------------------------------
diff --git a/TourDeFlex/TourDeFlex3/src/apache/squiggly/SpellingExample.mxml b/TourDeFlex/TourDeFlex3/src/apache/squiggly/SpellingExample.mxml
index 13e1985..9f1fdb1 100644
--- a/TourDeFlex/TourDeFlex3/src/apache/squiggly/SpellingExample.mxml
+++ b/TourDeFlex/TourDeFlex3/src/apache/squiggly/SpellingExample.mxml
@@ -40,8 +40,8 @@ limitations under the License.
 		</s:layout>
 		<s:VGroup width="100%" height="100%">
 			<mx:TextArea id="textArea" width="50%" height="50%" text="Spell cheecking in TextArea"/>
-			<mx:Button id="tt2" label="Check British English" click="enableGB()" /> 
-			<mx:Button id="tt3" label="Check American English" click="enableUS()" />			
+			<mx:Button label="Check British English" click="enableGB()" /> 
+			<mx:Button label="Check American English" click="enableUS()" />			
 		</s:VGroup>
 	</s:Panel>