simonschaufi / sexy-combo

Automatically exported from code.google.com/p/sexy-combo
0 stars 0 forks source link

Custom Alias wrapping missing the $ #14

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The jQuery alias wrapping is missing a $.

Currently it's ";(function() {..." whereas it should be ";(function($) {..."

It's quite important since it stops us from using MooTools with it.

Thanks in advance

Original issue reported on code.google.com by joseph.p...@gmail.com on 9 Sep 2009 at 12:29

GoogleCodeExporter commented 9 years ago
Yes, this is important for noConflict() mode, sorry it was missing.  Fixed.

Original comment by thetoolman on 6 Nov 2009 at 10:53

GoogleCodeExporter commented 9 years ago
Coming with 2.1.3.

Original comment by thetoolman on 7 Nov 2009 at 2:03