Update comment inside hacked version of scriptaculous
Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/b1adc870 Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/b1adc870 Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/b1adc870 Branch: refs/heads/5.4-js-rewrite Commit: b1adc8706aa83d5b8196387f1d5127c410117915 Parents: a943398 Author: Howard M. Lewis Ship <[email protected]> Authored: Mon Aug 20 10:01:13 2012 -0700 Committer: Howard M. Lewis Ship <[email protected]> Committed: Mon Aug 20 10:01:13 2012 -0700 ---------------------------------------------------------------------- .../tapestry5/scriptaculous_1_9_0/scriptaculous.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/b1adc870/tapestry-core/src/main/resources/org/apache/tapestry5/scriptaculous_1_9_0/scriptaculous.js ---------------------------------------------------------------------- diff --git a/tapestry-core/src/main/resources/org/apache/tapestry5/scriptaculous_1_9_0/scriptaculous.js b/tapestry-core/src/main/resources/org/apache/tapestry5/scriptaculous_1_9_0/scriptaculous.js index 87807e5..0d75de2 100644 --- a/tapestry-core/src/main/resources/org/apache/tapestry5/scriptaculous_1_9_0/scriptaculous.js +++ b/tapestry-core/src/main/resources/org/apache/tapestry5/scriptaculous_1_9_0/scriptaculous.js @@ -53,7 +53,7 @@ var Scriptaculous = { throw("script.aculo.us requires the Prototype JavaScript framework >= " + Scriptaculous.REQUIRED_PROTOTYPE); -// Tapestry turns off this mechanism, and replaces it with RenderSupport.addScriptLink(). +// Tapestry turns off this mechanism, and replaces it with the JavaScriptSupport environmental. // var js = /scriptaculous\.js(\?.*)?$/; // $$('head script[src]').findAll(function(s) {
