Add function 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/ccea2cbf Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/ccea2cbf Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/ccea2cbf Branch: refs/heads/5.4-js-rewrite Commit: ccea2cbfb1f48ebd62eda5c4c6c71627f21f0cd7 Parents: 9709975 Author: Howard M. Lewis Ship <[email protected]> Authored: Mon Aug 13 11:54:59 2012 -0700 Committer: Howard M. Lewis Ship <[email protected]> Committed: Mon Aug 13 11:54:59 2012 -0700 ---------------------------------------------------------------------- .../coffeescript/META-INF/modules/core/spi.coffee | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/ccea2cbf/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 8532bd8..cd3f59a 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 @@ -24,6 +24,7 @@ define ["_", "prototype"], (_) -> split = (str) -> _(str.split " ").reject (s) -> s is "" + # _internal_: Fires a native event; something that Prototype does not normally do. fireNativeEvent = (element, eventName) -> if document.createEventObject # IE support:
