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/02 23:29:47 UTC

git commit: [flex-falcon] [refs/heads/develop] - add trace to externs

Repository: flex-falcon
Updated Branches:
  refs/heads/develop 74fdfbfd5 -> fddd8cd1f


add trace to externs


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

Branch: refs/heads/develop
Commit: fddd8cd1fa0e0287ec486c34a2ea143ef88db404
Parents: 74fdfbf
Author: Alex Harui <ah...@apache.org>
Authored: Wed Dec 2 14:29:39 2015 -0800
Committer: Alex Harui <ah...@apache.org>
Committed: Wed Dec 2 14:29:39 2015 -0800

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


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/fddd8cd1/externs/js/missing.js
----------------------------------------------------------------------
diff --git a/externs/js/missing.js b/externs/js/missing.js
index 499fec2..0b1ebcc 100644
--- a/externs/js/missing.js
+++ b/externs/js/missing.js
@@ -138,3 +138,11 @@ function Location() {}
  * @type {number}
  */
 XMLHttpRequest.prototype.timeout;
+
+
+/**
+ * @export
+ * This gets mapped to org.apache.flex.utils.Language.trace() by the compiler
+ * @param {...} rest
+ */
+function trace(rest) {}
\ No newline at end of file