Repository: flex-asjs Updated Branches: refs/heads/develop 6066f2528 -> e6dc3e159
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/develop Commit: e6dc3e159f6ac1b82501e2c459f35f95c8c7cb4f Parents: 6066f25 Author: Peter Ent <[email protected]> Authored: Wed Aug 2 11:05:38 2017 -0400 Committer: Peter Ent <[email protected]> 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)
