You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by pi...@apache.org on 2017/08/13 22:04:04 UTC

[11/42] git commit: [flex-asjs] [refs/heads/feature/amf] - Removed extra IF statement.

Removed extra IF statement.


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

Branch: refs/heads/feature/amf
Commit: e6dc3e159f6ac1b82501e2c459f35f95c8c7cb4f
Parents: 6066f25
Author: Peter Ent <pe...@apache.org>
Authored: Wed Aug 2 11:05:38 2017 -0400
Committer: Peter Ent <pe...@apache.org>
Committed: Wed Aug 2 11:05:38 2017 -0400

----------------------------------------------------------------------
 .../projects/Basic/src/main/flex/org/apache/flex/css2/Cursors.as    | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/e6dc3e15/frameworks/projects/Basic/src/main/flex/org/apache/flex/css2/Cursors.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/Basic/src/main/flex/org/apache/flex/css2/Cursors.as b/frameworks/projects/Basic/src/main/flex/org/apache/flex/css2/Cursors.as
index 96ef8f4..cde3a0f 100644
--- a/frameworks/projects/Basic/src/main/flex/org/apache/flex/css2/Cursors.as
+++ b/frameworks/projects/Basic/src/main/flex/org/apache/flex/css2/Cursors.as
@@ -194,7 +194,6 @@ package org.apache.flex.css2
                 if (!iui && s.parent)
                     iui = s.parent.parent as IUIBase;
                 if (iui)
-                if (iui)
                 {
                     var cursor:String = getCursor(iui);
                     if (cursor)