You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2014/12/09 06:17:09 UTC

[22/31] git commit: [flex-asjs] [refs/heads/develop] - don't think we need strands here

don't think we need strands here


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

Branch: refs/heads/develop
Commit: 61e68227cc7422dbb91f616fc6353ae5b76b2258
Parents: c960c42
Author: Alex Harui <ah...@apache.org>
Authored: Mon Dec 8 17:35:02 2014 -0800
Committer: Alex Harui <ah...@apache.org>
Committed: Mon Dec 8 20:47:44 2014 -0800

----------------------------------------------------------------------
 .../src/org/apache/flex/core/HTMLElementWrapper.js      | 12 ------------
 1 file changed, 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/61e68227/frameworks/js/FlexJS/src/org/apache/flex/core/HTMLElementWrapper.js
----------------------------------------------------------------------
diff --git a/frameworks/js/FlexJS/src/org/apache/flex/core/HTMLElementWrapper.js b/frameworks/js/FlexJS/src/org/apache/flex/core/HTMLElementWrapper.js
index d07ab9d..79a4e76 100644
--- a/frameworks/js/FlexJS/src/org/apache/flex/core/HTMLElementWrapper.js
+++ b/frameworks/js/FlexJS/src/org/apache/flex/core/HTMLElementWrapper.js
@@ -130,18 +130,6 @@ org.apache.flex.core.HTMLElementWrapper.prototype.removeBead = function(bead) {
 
 
 /**
- * @expose
- * @param {Array.<Object>} value The new strand.
- */
-org.apache.flex.core.HTMLElementWrapper.prototype.set_strand =
-    function(value) {
-  if (this.strand !== value) {
-    this.strand = value;
-  }
-};
-
-
-/**
  * Hack to allow event.target expressions to work
  *
  * @expose