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/11/11 06:23:04 UTC

git commit: [flex-falcon] [refs/heads/develop] - add initMouseEvent

Repository: flex-falcon
Updated Branches:
  refs/heads/develop 48c3a735d -> da4209495


add initMouseEvent


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

Branch: refs/heads/develop
Commit: da420949535cfed7d7ef4e8cdc9efb44b0ddff18
Parents: 48c3a73
Author: Alex Harui <ah...@apache.org>
Authored: Tue Nov 10 21:22:56 2015 -0800
Committer: Alex Harui <ah...@apache.org>
Committed: Tue Nov 10 21:22:56 2015 -0800

----------------------------------------------------------------------
 externs/js/js-compile-config.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/da420949/externs/js/js-compile-config.xml
----------------------------------------------------------------------
diff --git a/externs/js/js-compile-config.xml b/externs/js/js-compile-config.xml
index 8cf6a43..351154c 100644
--- a/externs/js/js-compile-config.xml
+++ b/externs/js/js-compile-config.xml
@@ -94,6 +94,7 @@
         <path-element>externs/ie_dom.js</path-element>
         <path-element>externs/gecko_dom.js</path-element>
         <path-element>externs/gecko_xml.js</path-element>
+        <path-element>externs/gecko_event.js</path-element>
         
         <path-element>externs/webkit_css.js</path-element>
         <path-element>externs/webkit_dom.js</path-element>