#121 closed bug (fixed)
CSS macros defined incorrectly
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | major | Milestone: | 1.0 |
Component: | core | Version: | 1.0 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
A small but important bugfix in SVN 169 to define css macros by name rather than number. :)
jQuery.each( jQuery.macros.css, function(i,n){ jQuery.fn[ i ] = function(h) {
becomes
jQuery.each( jQuery.macros.css, function(i,n){ jQuery.fn[ n ] = function(h) {
Change History (1)
comment:1 Changed 16 years ago by
Milestone: | → 1.0 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Version: | → 1.0 |
Note: See
TracTickets for help on using
tickets.
Fixed in SVN.