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/12/06 01:29:14 UTC

[4/10] git commit: Have core/form-fragment depend on core/form, as it needs the event notifications triggered by core/form

Have core/form-fragment depend on core/form, as it needs the event notifications triggered by core/form


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

Branch: refs/heads/5.4-js-rewrite
Commit: 3e7e8a5d067fca8f4349bc7d2c8574bcaa8571bf
Parents: 8ec92ef
Author: Howard M. Lewis Ship <hl...@apache.org>
Authored: Wed Dec 5 15:46:05 2012 -0800
Committer: Howard M. Lewis Ship <hl...@apache.org>
Committed: Wed Dec 5 15:46:05 2012 -0800

----------------------------------------------------------------------
 .../META-INF/modules/core/form-fragment.coffee     |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/3e7e8a5d/tapestry-core/src/main/coffeescript/META-INF/modules/core/form-fragment.coffee
----------------------------------------------------------------------
diff --git a/tapestry-core/src/main/coffeescript/META-INF/modules/core/form-fragment.coffee b/tapestry-core/src/main/coffeescript/META-INF/modules/core/form-fragment.coffee
index 0053667..1c5ef9b 100644
--- a/tapestry-core/src/main/coffeescript/META-INF/modules/core/form-fragment.coffee
+++ b/tapestry-core/src/main/coffeescript/META-INF/modules/core/form-fragment.coffee
@@ -15,7 +15,7 @@
 
 # ##core/form-fragment
 #
-define ["_", "core/dom", "core/events"],
+define ["_", "core/dom", "core/events", "core/forms"],
   (_, dom, events) ->
 
     SELECTOR = '[data-component-type="core/FormFragment"]'