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/05/16 16:02:36 UTC

git commit: [flex-asjs] [refs/heads/develop] - Removed redundant best.strand setter as it was also being done from addBead().

Updated Branches:
  refs/heads/develop f26ed418b -> b0ca9d0ee


Removed redundant best.strand setter as it was also being done from addBead().


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

Branch: refs/heads/develop
Commit: b0ca9d0ee37e171bc682cb4d329e0540952f597d
Parents: f26ed41
Author: Peter Ent <pe...@apache.org>
Authored: Thu May 16 10:02:25 2013 -0400
Committer: Peter Ent <pe...@apache.org>
Committed: Thu May 16 10:02:25 2013 -0400

----------------------------------------------------------------------
 .../org/apache/flex/utils/MXMLDataInterpreter.as   |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/b0ca9d0e/frameworks/as/src/org/apache/flex/utils/MXMLDataInterpreter.as
----------------------------------------------------------------------
diff --git a/frameworks/as/src/org/apache/flex/utils/MXMLDataInterpreter.as b/frameworks/as/src/org/apache/flex/utils/MXMLDataInterpreter.as
index 8b75606..75dccb2 100644
--- a/frameworks/as/src/org/apache/flex/utils/MXMLDataInterpreter.as
+++ b/frameworks/as/src/org/apache/flex/utils/MXMLDataInterpreter.as
@@ -167,7 +167,6 @@ public class MXMLDataInterpreter
                 {
                     var bead:IBead = beads[k] as IBead;
                     IStrand(comp).addBead(bead);
-                    bead.strand = comp as IStrand;
                 }
             }
             m = data[i++]; // num styles