Updated Branches: refs/heads/5.4-js-rewrite 97099758b -> 01d7fbe6c
Fix typo Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/01d7fbe6 Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/01d7fbe6 Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/01d7fbe6 Branch: refs/heads/5.4-js-rewrite Commit: 01d7fbe6c1134f93ad3bffaac547a9e86bac160d Parents: 24d13dc Author: Howard M. Lewis Ship <[email protected]> Authored: Mon Aug 13 11:58:57 2012 -0700 Committer: Howard M. Lewis Ship <[email protected]> Committed: Mon Aug 13 11:58:57 2012 -0700 ---------------------------------------------------------------------- .../coffeescript/META-INF/modules/core/spi.coffee | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/01d7fbe6/tapestry-core/src/main/coffeescript/META-INF/modules/core/spi.coffee ---------------------------------------------------------------------- diff --git a/tapestry-core/src/main/coffeescript/META-INF/modules/core/spi.coffee b/tapestry-core/src/main/coffeescript/META-INF/modules/core/spi.coffee index 153bdf8..9fe5e47 100644 --- a/tapestry-core/src/main/coffeescript/META-INF/modules/core/spi.coffee +++ b/tapestry-core/src/main/coffeescript/META-INF/modules/core/spi.coffee @@ -78,7 +78,7 @@ define ["_", "prototype"], (_) -> styles[styleName] = initial element.setStyle styles -fadeIn + # Generic view of an DOM event that is passed to a handler function. # # Properties:
