Ignore:
Timestamp:
Dec 18, 2010, 12:33:20 PM (13 years ago)
Author:
cljosse
Message:

[cl_conflit] fix bug whith user $.post


File:
1 edited

Legend:

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

    r7914 r8187  
    3232                        borr = name == 'Height' ? 'Bottom' : 'Right';
    3333                    options = options || false;
    34                     options = jQuery.extend({ margin: options } );
     34                    options = jQuery.extend({ margin: options });
    3535
    3636                    var val = this.is(':visible') ? this[0]['offset' + name] :
     
    299299    };
    300300
    301 
     301    myjQuery = jQuery;
     302    my$ = $;
    302303
    303304})(jQuery);
Note: See TracChangeset for help on using the changeset viewer.