Moved comment to fix compilation error.
Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/e118e31d Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/e118e31d Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/e118e31d Branch: refs/heads/refactor-sprite Commit: e118e31d8dc3764bd21026e68edeb4bc1f18d32c Parents: 5ee2995 Author: Peter Ent <p...@apache.org> Authored: Mon Oct 10 13:26:04 2016 -0400 Committer: Peter Ent <p...@apache.org> Committed: Mon Oct 10 13:26:04 2016 -0400 ---------------------------------------------------------------------- .../src/main/flex/org/apache/flex/html/beads/DateChooserView.as | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/e118e31d/frameworks/projects/HTML/src/main/flex/org/apache/flex/html/beads/DateChooserView.as ---------------------------------------------------------------------- diff --git a/frameworks/projects/HTML/src/main/flex/org/apache/flex/html/beads/DateChooserView.as b/frameworks/projects/HTML/src/main/flex/org/apache/flex/html/beads/DateChooserView.as index 96f5019..b185559 100644 --- a/frameworks/projects/HTML/src/main/flex/org/apache/flex/html/beads/DateChooserView.as +++ b/frameworks/projects/HTML/src/main/flex/org/apache/flex/html/beads/DateChooserView.as @@ -289,10 +289,10 @@ package org.apache.flex.html.beads updateCalendar(); } - COMPILE::SWF /** * @private */ + COMPILE::SWF protected function displayBackgroundAndBorder(host:UIBase) : void { var backgroundColor:Object = ValuesManager.valuesImpl.getValue(host, "background-color");