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 2013/06/04 20:59:19 UTC

[2/4] git commit: Use correct module name for Underscore

Use correct module name for Underscore


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

Branch: refs/heads/master
Commit: 0553f5eae05f54e04a7992267ce36aeb626460d7
Parents: 895757d
Author: Howard M. Lewis Ship <hl...@apache.org>
Authored: Tue Jun 4 11:57:29 2013 -0700
Committer: Howard M. Lewis Ship <hl...@apache.org>
Committed: Tue Jun 4 11:57:29 2013 -0700

----------------------------------------------------------------------
 .../META-INF/assets/tapestry5/t53-compatibility.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/0553f5ea/tapestry-core/src/main/resources/META-INF/assets/tapestry5/t53-compatibility.js
----------------------------------------------------------------------
diff --git a/tapestry-core/src/main/resources/META-INF/assets/tapestry5/t53-compatibility.js b/tapestry-core/src/main/resources/META-INF/assets/tapestry5/t53-compatibility.js
index b798792..f36f039 100644
--- a/tapestry-core/src/main/resources/META-INF/assets/tapestry5/t53-compatibility.js
+++ b/tapestry-core/src/main/resources/META-INF/assets/tapestry5/t53-compatibility.js
@@ -18,7 +18,7 @@
 // * `T5` namespace, including `extend`, `define`, and `initializers`, `extendInitializers`, and `_` properties
 //
 // * `Tapestry` namespace: just the `Initializer` property, as an alias of `T5.initializers`
-require(["_"], function(_) {
+require(["underscore"], function(_) {
     var T5, Tapestry;
     T5 = {
         _: _,