You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by hl...@apache.org on 2012/10/03 21:07:42 UTC

[5/10] git commit: Include needed "core/zone" module to fix broken ProgressiveDisplay component

Include needed "core/zone" module to fix broken ProgressiveDisplay component


Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo
Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/49689976
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/49689976
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/49689976

Branch: refs/heads/5.4-js-rewrite
Commit: 49689976756212d5c33f72e832037474d6016680
Parents: 4ecdbac
Author: Howard M. Lewis Ship <hl...@apache.org>
Authored: Wed Oct 3 12:04:44 2012 -0700
Committer: Howard M. Lewis Ship <hl...@apache.org>
Committed: Wed Oct 3 12:04:44 2012 -0700

----------------------------------------------------------------------
 .../corelib/components/ProgressiveDisplay.java     |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/49689976/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/ProgressiveDisplay.java
----------------------------------------------------------------------
diff --git a/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/ProgressiveDisplay.java b/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/ProgressiveDisplay.java
index f1b1ec9..e26682a 100644
--- a/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/ProgressiveDisplay.java
+++ b/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/ProgressiveDisplay.java
@@ -42,7 +42,7 @@ import java.io.IOException;
  * @since 5.1.0.1
  */
 @SupportsInformalParameters
-@Import(library = "ProgressiveDisplay.js")
+@Import(library = "ProgressiveDisplay.js", modules = "core/zone")
 @Events(EventConstants.PROGRESSIVE_DISPLAY)
 @SuppressWarnings("all")
 public class ProgressiveDisplay