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 <[email protected]> Authored: Wed Dec 2 14:29:39 2015 -0800 Committer: Alex Harui <[email protected]> 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
