Re: 5.4-alpha jQuery namespace

2013-06-14 Thread Howard Lewis Ship
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. JavaScr

5.4-alpha jQuery namespace

2013-06-14 Thread George Christman
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?

Re: [T 5.3] Everything annotated with @Startup called twice

2013-06-14 Thread Christian Riedel
Yes, I did. The problem was that I contributed a service whose interface extended "Runnable". See my detailed post here: http://mail-archives.apache.org/mod_mbox/tapestry-users/201211.mbox/%3cd6ae66be-0916-4a80-abdd-b899afc55...@googlemail.com%3E and here: http://mail-archives.apache.org/mod_