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 2012/10/29 18:49:10 UTC

svn commit: r1403445 - in /incubator/flex/sdk/branches/develop/frameworks/projects/mobilecomponents/src/spark/transitions: FlipViewTransition.as ZoomViewTransition.as

Author: pent
Date: Mon Oct 29 17:49:10 2012
New Revision: 1403445

URL: http://svn.apache.org/viewvc?rev=1403445&view=rev
Log:
Removed [Deprecated] metadata

Modified:
    incubator/flex/sdk/branches/develop/frameworks/projects/mobilecomponents/src/spark/transitions/FlipViewTransition.as
    incubator/flex/sdk/branches/develop/frameworks/projects/mobilecomponents/src/spark/transitions/ZoomViewTransition.as

Modified: incubator/flex/sdk/branches/develop/frameworks/projects/mobilecomponents/src/spark/transitions/FlipViewTransition.as
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/frameworks/projects/mobilecomponents/src/spark/transitions/FlipViewTransition.as?rev=1403445&r1=1403444&r2=1403445&view=diff
==============================================================================
--- incubator/flex/sdk/branches/develop/frameworks/projects/mobilecomponents/src/spark/transitions/FlipViewTransition.as (original)
+++ incubator/flex/sdk/branches/develop/frameworks/projects/mobilecomponents/src/spark/transitions/FlipViewTransition.as Mon Oct 29 17:49:10 2012
@@ -70,7 +70,7 @@ use namespace mx_internal;
  *  @playerversion AIR 2.5
  *  @productversion Flex 4.5
  */
-[Deprecated(since="4.6")] 
+
 public class FlipViewTransition extends ViewTransitionBase
 {
     //--------------------------------------------------------------------------

Modified: incubator/flex/sdk/branches/develop/frameworks/projects/mobilecomponents/src/spark/transitions/ZoomViewTransition.as
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/frameworks/projects/mobilecomponents/src/spark/transitions/ZoomViewTransition.as?rev=1403445&r1=1403444&r2=1403445&view=diff
==============================================================================
--- incubator/flex/sdk/branches/develop/frameworks/projects/mobilecomponents/src/spark/transitions/ZoomViewTransition.as (original)
+++ incubator/flex/sdk/branches/develop/frameworks/projects/mobilecomponents/src/spark/transitions/ZoomViewTransition.as Mon Oct 29 17:49:10 2012
@@ -55,7 +55,7 @@ use namespace mx_internal;
  *  @playerversion AIR 2.5
  *  @productversion Flex 4.5
  */
-[Deprecated(since="4.6")] 
+
 public class ZoomViewTransition extends ViewTransitionBase
 {
     //--------------------------------------------------------------------------