Remove outdated comment
Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/7943c8f2 Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/7943c8f2 Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/7943c8f2 Branch: refs/heads/5.4-js-rewrite Commit: 7943c8f269b1da78eab302824c57b6dc25e18769 Parents: c435bd2 Author: Howard M. Lewis Ship <[email protected]> Authored: Wed Nov 7 09:20:46 2012 -0800 Committer: Howard M. Lewis Ship <[email protected]> Committed: Wed Nov 7 09:20:46 2012 -0800 ---------------------------------------------------------------------- .../META-INF/modules/core/forms.coffee | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/7943c8f2/tapestry-core/src/main/coffeescript/META-INF/modules/core/forms.coffee ---------------------------------------------------------------------- diff --git a/tapestry-core/src/main/coffeescript/META-INF/modules/core/forms.coffee b/tapestry-core/src/main/coffeescript/META-INF/modules/core/forms.coffee index 9aa4b49..bde00bf 100644 --- a/tapestry-core/src/main/coffeescript/META-INF/modules/core/forms.coffee +++ b/tapestry-core/src/main/coffeescript/META-INF/modules/core/forms.coffee @@ -102,7 +102,6 @@ define ["core/events", "core/dom", "core/builder", "_"], memo = error: false - # This will become more relevant shortly, when field validation is modernized: for field in this.find "[data-validation]" field.trigger events.field.inputValidation, memo
