Ignore:
Timestamp:
Jan 10, 2011, 4:58:04 PM (13 years ago)
Author:
cljosse
Message:

[autosize] compatiblity with gally 1.4.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Autosize/js/jquery.dimensions.js

    r8536 r8588  
    135135                    margin.top = jQuery(elem).Get_Val_int(Css.marginTop);
    136136                    margin.bottom = jQuery(elem).Get_Val_int(Css.marginBottom);
    137 
    138137                    try {
    139138                        margin.margin = Css.margin;
    140 
    141139                    } catch (e) {
    142140                        margin.margin = '"' + margin.left + ' ' + margin.top + ' ' + margin.right + ' ' + margin.bottom + '"';
Note: See TracChangeset for help on using the changeset viewer.