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/master
Commit: fd1f89be92e8beccd592fb32c36b6d3ef875ae2d
Parents: 1647766
Author: Justin Mclean <jmcl...@apache.org>
Authored: Fri Oct 31 16:11:57 2014 +1100
Committer: Justin Mclean <jmcl...@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>
        

Reply via email to