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/04/09 01:05:36 UTC

[17/47] git commit: [flex-asjs] [refs/heads/develop] - fix requires

fix requires


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

Branch: refs/heads/develop
Commit: 68c487549b1ed16d3c0ca5a1a448759943eba775
Parents: 276eb5e
Author: Alex Harui <ah...@apache.org>
Authored: Wed Mar 25 09:54:15 2015 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Wed Mar 25 09:54:15 2015 -0700

----------------------------------------------------------------------
 .../src/org/apache/flex/utils/ViewSourceContextMenuOption.js       | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/68c48754/frameworks/js/FlexJS/src/org/apache/flex/utils/ViewSourceContextMenuOption.js
----------------------------------------------------------------------
diff --git a/frameworks/js/FlexJS/src/org/apache/flex/utils/ViewSourceContextMenuOption.js b/frameworks/js/FlexJS/src/org/apache/flex/utils/ViewSourceContextMenuOption.js
index efe2e3b..2cb3ffb 100644
--- a/frameworks/js/FlexJS/src/org/apache/flex/utils/ViewSourceContextMenuOption.js
+++ b/frameworks/js/FlexJS/src/org/apache/flex/utils/ViewSourceContextMenuOption.js
@@ -14,6 +14,8 @@
 
 goog.provide('org_apache_flex_utils_ViewSourceContextMenuOption');
 
+goog.require('org_apache_flex_events_EventDispatcher');
+
 
 
 /**