You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by hl...@apache.org on 2012/08/11 00:07:25 UTC

[4/13] git commit: Add a bit of documentation

Add a bit of documentation


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

Branch: refs/heads/5.4-js-rewrite
Commit: 80d338e127b9468fca6743945cbd13110d25c12c
Parents: 0b36642
Author: Howard M. Lewis Ship <hl...@apache.org>
Authored: Fri Aug 10 15:00:24 2012 -0700
Committer: Howard M. Lewis Ship <hl...@apache.org>
Committed: Fri Aug 10 15:00:24 2012 -0700

----------------------------------------------------------------------
 .../coffeescript/META-INF/modules/core/zone.coffee |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/80d338e1/tapestry-core/src/main/coffeescript/META-INF/modules/core/zone.coffee
----------------------------------------------------------------------
diff --git a/tapestry-core/src/main/coffeescript/META-INF/modules/core/zone.coffee b/tapestry-core/src/main/coffeescript/META-INF/modules/core/zone.coffee
index afbb04c..85137a4 100644
--- a/tapestry-core/src/main/coffeescript/META-INF/modules/core/zone.coffee
+++ b/tapestry-core/src/main/coffeescript/META-INF/modules/core/zone.coffee
@@ -12,6 +12,10 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
+# ##core/zone
+#
+# Provides a default handler for the `events.zone.update` event, attached to the
+# document body.
 define ["core/spi", "core/events"],
   (spi, events) ->
     spi.domReady ->