Skip to main content

Bug Tracker

Side navigation

#121 closed bug (fixed)

Opened August 07, 2006 03:24PM UTC

Closed August 15, 2006 04:50AM UTC

Last modified June 20, 2007 01:20AM UTC

CSS macros defined incorrectly

Reported by: dave.methvin@gmail.c 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) {
Attachments (0)
Change History (1)

Changed August 15, 2006 04:50AM UTC by john comment:1

milestone: → 1.0
resolution: → fixed
status: newclosed
version: → 1.0

Fixed in SVN.