Bug Tracker

Changes between Initial Version and Version 2 of Ticket #4216


Ignore:
Timestamp:
Apr 22, 2009, 12:55:21 AM (14 years ago)
Author:
brandon
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4216

    • Property Owner set to brandon
  • Ticket #4216 – Description

    initial v2  
    11While the css function correctly handles a single property or height that is passed with a negative value it does not handle multiple key/value pairs.
    22Existing code:
     3{{{
    34css: function( key, value ) {
    45                // ignore negative width and height values
     
    1617                return this.attr( key, value, "curCSS" );
    1718        }
    18 
     19}}}