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 2015/04/09 01:05:43 UTC

[24/47] git commit: [flex-asjs] [refs/heads/develop] - fix copy-o

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 <ah...@apache.org>
Authored: Fri Apr 3 09:38:32 2015 -0700
Committer: Alex Harui <ah...@apache.org>
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) {