Repository: flex-falcon
Updated Branches:
  refs/heads/develop dbd0382b1 -> 8646975b4


Externs: added global console variable to missing.js. This variable is 
available in both web browser and Node.js, and it is needed for the trace() 
implementation.


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

Branch: refs/heads/develop
Commit: c53fc047f72dd60119295dac873eb94c180daad7
Parents: dbd0382
Author: Josh Tynjala <[email protected]>
Authored: Fri Feb 12 11:27:45 2016 -0800
Committer: Josh Tynjala <[email protected]>
Committed: Fri Feb 12 11:27:45 2016 -0800

----------------------------------------------------------------------
 externs/js/missing.js | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/c53fc047/externs/js/missing.js
----------------------------------------------------------------------
diff --git a/externs/js/missing.js b/externs/js/missing.js
index 594bace..cb6980e 100644
--- a/externs/js/missing.js
+++ b/externs/js/missing.js
@@ -156,4 +156,10 @@ XMLHttpRequest.prototype.timeout;
  * This gets mapped to org.apache.flex.utils.Language.trace() by the compiler
  * @param {...} rest
  */
-function trace(rest) {}
\ No newline at end of file
+function trace(rest) {}
+
+/**
+ * @type {!Console}
+ * @const
+ */
+var console;
\ No newline at end of file

Reply via email to