You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by pe...@apache.org on 2013/04/26 16:44:08 UTC

git commit: [flex-asjs] - Removed unnecessary type selector.

Updated Branches:
  refs/heads/develop 947a1785a -> 103f3aab7


Removed unnecessary type selector.


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

Branch: refs/heads/develop
Commit: 103f3aab78c541bf8fc37215a033aa4ac679a402
Parents: 947a178
Author: Peter Ent <pe...@apache.org>
Authored: Fri Apr 26 10:43:56 2013 -0400
Committer: Peter Ent <pe...@apache.org>
Committed: Fri Apr 26 10:43:56 2013 -0400

----------------------------------------------------------------------
 frameworks/as/defaults.css |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/103f3aab/frameworks/as/defaults.css
----------------------------------------------------------------------
diff --git a/frameworks/as/defaults.css b/frameworks/as/defaults.css
index 4571f7b..82cdc5c 100644
--- a/frameworks/as/defaults.css
+++ b/frameworks/as/defaults.css
@@ -168,10 +168,4 @@ jq|RadioButton
     IRadioButtonBead:  ClassReference("org.apache.flex.html.staticControls.beads.RadioButtonBead");			
 }
 
-/* createjs */
-
-createjs|TextButton
-{
-        ITextButtonBead: ClassReference("org.apache.flex.html.staticControls.beads.TextButtonBead");
 }
-