Repository: flex-falcon
Updated Branches:
  refs/heads/develop dd122c7ce -> 5470d6288


Added window.document to the missing.js.


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

Branch: refs/heads/develop
Commit: 5470d6288d9e2e9cf2d1ff1a9bdb2fe363d2280b
Parents: dd122c7
Author: Michael Schmalle <[email protected]>
Authored: Mon Jun 15 15:54:47 2015 -0400
Committer: Michael Schmalle <[email protected]>
Committed: Mon Jun 15 15:54:47 2015 -0400

----------------------------------------------------------------------
 compiler.jx.tests/test-files/externals/missing.js | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/5470d628/compiler.jx.tests/test-files/externals/missing.js
----------------------------------------------------------------------
diff --git a/compiler.jx.tests/test-files/externals/missing.js 
b/compiler.jx.tests/test-files/externals/missing.js
index c22c5f5..5833dd4 100644
--- a/compiler.jx.tests/test-files/externals/missing.js
+++ b/compiler.jx.tests/test-files/externals/missing.js
@@ -44,6 +44,11 @@ function HTMLEmbedElement() {};
 var window;
 
 /**
+ * @type {!HTMLDocument}
+ */
+Window.prototype.document;
+
+/**
  * @constructor
  */
 function Promise() {}

Reply via email to