fix copy-o
Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/31e219f2 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/31e219f2 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/31e219f2 Branch: refs/heads/develop Commit: 31e219f2a13cb1fe0fe1532cdc7ed277361d9414 Parents: ca5aedc Author: Alex Harui <[email protected]> Authored: Fri Apr 3 09:38:32 2015 -0700 Committer: Alex Harui <[email protected]> Committed: Fri Apr 3 09:38:32 2015 -0700 ---------------------------------------------------------------------- frameworks/js/FlexJS/src/org/apache/flex/core/CallLaterBead.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/31e219f2/frameworks/js/FlexJS/src/org/apache/flex/core/CallLaterBead.js ---------------------------------------------------------------------- diff --git a/frameworks/js/FlexJS/src/org/apache/flex/core/CallLaterBead.js b/frameworks/js/FlexJS/src/org/apache/flex/core/CallLaterBead.js index e8236a5..e625117 100644 --- a/frameworks/js/FlexJS/src/org/apache/flex/core/CallLaterBead.js +++ b/frameworks/js/FlexJS/src/org/apache/flex/core/CallLaterBead.js @@ -46,7 +46,7 @@ org_apache_flex_core_CallLaterBead.prototype.FLEXJS_CLASS_INFO = qName: 'org_apache_flex_core_CallLaterBead'}] }; -Object.defineProperties(org_apache_flex_binding_GenericBinding.prototype, { +Object.defineProperties(org_apache_flex_core_CallLaterBead.prototype, { 'strand': { /** @this {org_apache_flex_binding_GenericBinding} */ set: function(value) {
