Repository: flex-asjs
Updated Branches:
refs/heads/develop b4dd74238 -> fdd2e6b92
missing require
Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/feade601
Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/feade601
Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/feade601
Branch: refs/heads/develop
Commit: feade6019f2b1b57c6fd13e0f25bbf09e43f35f0
Parents: b4dd742
Author: Alex Harui <aharui@apache.org>
Authored: Thu Sep 3 09:07:13 2015 -0700
Committer: Alex Harui <aharui@apache.org>
Committed: Thu Sep 3 11:46:41 2015 -0700
----------------------------------------------------------------------
.../HTML/js/src/org/apache/flex/html/supportClasses/Viewport.js | 1 +
1 file changed, 1 insertion(+)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/feade601/frameworks/projects/HTML/js/src/org/apache/flex/html/supportClasses/Viewport.js
----------------------------------------------------------------------
diff --git a/frameworks/projects/HTML/js/src/org/apache/flex/html/supportClasses/Viewport.js
b/frameworks/projects/HTML/js/src/org/apache/flex/html/supportClasses/Viewport.js
index 47d5ad7..4be4ef4 100644
--- a/frameworks/projects/HTML/js/src/org/apache/flex/html/supportClasses/Viewport.js
+++ b/frameworks/projects/HTML/js/src/org/apache/flex/html/supportClasses/Viewport.js
@@ -17,6 +17,7 @@ goog.provide('org.apache.flex.html.supportClasses.Viewport');
goog.require('org.apache.flex.core.IBead');
goog.require('org.apache.flex.core.IContentView');
goog.require('org.apache.flex.core.IViewport');
+goog.require('org.apache.flex.core.ValuesManager');
goog.require('org.apache.flex.geom.Rectangle');
goog.require('org.apache.flex.geom.Size');
|