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/05/23 01:04:30 UTC

[11/15] git commit: [flex-asjs] [refs/heads/develop] - needs to be IBeadModel

needs to be IBeadModel


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

Branch: refs/heads/develop
Commit: eb3eabaf7ea24520ca79180bed1d7dbe13cb093e
Parents: a23a860
Author: Alex Harui <ah...@apache.org>
Authored: Fri May 22 15:29:43 2015 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Fri May 22 16:04:12 2015 -0700

----------------------------------------------------------------------
 .../HTML/js/src/org/apache/flex/html/beads/models/PanelModel.js     | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/eb3eabaf/frameworks/projects/HTML/js/src/org/apache/flex/html/beads/models/PanelModel.js
----------------------------------------------------------------------
diff --git a/frameworks/projects/HTML/js/src/org/apache/flex/html/beads/models/PanelModel.js b/frameworks/projects/HTML/js/src/org/apache/flex/html/beads/models/PanelModel.js
index 0f2c434..e872ac5 100644
--- a/frameworks/projects/HTML/js/src/org/apache/flex/html/beads/models/PanelModel.js
+++ b/frameworks/projects/HTML/js/src/org/apache/flex/html/beads/models/PanelModel.js
@@ -14,6 +14,7 @@
 
 goog.provide('org_apache_flex_html_beads_models_PanelModel');
 
+goog.require('org_apache_flex_core_IBeadModel');
 goog.require('org_apache_flex_events_EventDispatcher');