Repository: flex-falcon Updated Branches: refs/heads/develop 4e4101b10 -> 4119ceae2
createjs needed alpha Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/4119ceae Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/4119ceae Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/4119ceae Branch: refs/heads/develop Commit: 4119ceae271e21efbb4d768f6d3f004f404dbba0 Parents: 4e4101b Author: Alex Harui <[email protected]> Authored: Thu Dec 10 16:39:31 2015 -0800 Committer: Alex Harui <[email protected]> Committed: Thu Dec 10 16:39:31 2015 -0800 ---------------------------------------------------------------------- externs/createjs/missing.js | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/4119ceae/externs/createjs/missing.js ---------------------------------------------------------------------- diff --git a/externs/createjs/missing.js b/externs/createjs/missing.js index f122e07..e1ee204 100644 --- a/externs/createjs/missing.js +++ b/externs/createjs/missing.js @@ -62,6 +62,12 @@ createjs.DisplayObject.prototype.visible; /** + * @type {number} + */ +createjs.DisplayObject.prototype.alpha; + + +/** * @type {Function} */ createjs.Container.prototype.onClick;
