Ignore:
Timestamp:
Jan 18, 2011, 3:24:32 PM (13 years ago)
Author:
cljosse
Message:

[Autosize][beta] compatibility whith GMAP


File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Autosize/js/conflit.js

    r8729 r8735  
    547547    }
    548548
     549    if (typeof ($.extend) != "function") {
     550
     551     $.extend = function (a,b) {
     552         return jQuery.extend(a, b);
     553        } ;
     554
     555 
     556     }
     557
    549558    if (typeof ($.ajax) != "function") {
    550559        $.ajax = function (origSettings) {
Note: See TracChangeset for help on using the changeset viewer.