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/12/07 20:22:37 UTC

git commit: [flex-falcon] [refs/heads/develop] - add more missing APIs

Repository: flex-falcon
Updated Branches:
  refs/heads/develop a3ae178ec -> 616a87802


add more missing APIs


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

Branch: refs/heads/develop
Commit: 616a87802aa366f6aa0d131cf7dee2ce1fcbb625
Parents: a3ae178
Author: Alex Harui <ah...@apache.org>
Authored: Mon Dec 7 10:51:19 2015 -0800
Committer: Alex Harui <ah...@apache.org>
Committed: Mon Dec 7 10:51:19 2015 -0800

----------------------------------------------------------------------
 externs/createjs/missing.js | 41 ++++++++++++++++++++++++++++++++++++++++
 1 file changed, 41 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/616a8780/externs/createjs/missing.js
----------------------------------------------------------------------
diff --git a/externs/createjs/missing.js b/externs/createjs/missing.js
index 5b72e6e..f122e07 100644
--- a/externs/createjs/missing.js
+++ b/externs/createjs/missing.js
@@ -42,3 +42,44 @@ createjs.DisplayObject.prototype.width;
  */
 createjs.DisplayObject.prototype.height;
 
+
+/**
+ * @type {string}
+ */
+createjs.DisplayObject.prototype.name;
+
+
+/**
+ * @type {createjs.Graphics}
+ */
+createjs.DisplayObject.prototype.graphics;
+
+
+/**
+ * @type {boolean}
+ */
+createjs.DisplayObject.prototype.visible;
+
+
+/**
+ * @type {Function}
+ */
+createjs.Container.prototype.onClick;
+
+
+/**
+ * @type {string}
+ */
+createjs.Text.prototype.text;
+
+
+/**
+ * @type {string}
+ */
+createjs.Text.prototype.textAlign;
+
+
+/**
+ * @type {string}
+ */
+createjs.Text.prototype.textBaseline;