define ["jquery", "underscore", "t5/core/dom"],
  ($, _, dom) ->

   ...

The jquery.coffee AMD module vs. the jquery-library is all about supporting
the above in your own modules.  If you want jQuery, declare it as a
dependency of your module, and assign it to whatever name you like.

P.S. JavaScript:

define(["jquery","underscore","t5/core/dom"],function($, _, dom) { ... });




On Fri, Jun 14, 2013 at 8:12 AM, George Christman
<gchrist...@cardaddy.com>wrote:

> I noticed while using jQuery in 5.4 your required to alias the jQuery
> namespace with jQuery. I'm assuming this is a result of the noConflict rule
> within jquery.js on line 16. Is there any future plans to do away with the
> noConflict rule enabling us to use $ for the namespace rather than jQuery?
>



-- 
Howard M. Lewis Ship

Creator of Apache Tapestry

The source for Tapestry training, mentoring and support. Contact me to
learn how I can get you up and productive in Tapestry fast!

(971) 678-5210
http://howardlewisship.com

Reply via email to