source: extensions/Autosize/js/conflit_2.js @ 11429

Last change on this file since 11429 was 11429, checked in by cljosse, 13 years ago

[extensions] Autosize fix bugs on height

File size: 561 bytes
Line 
1
2  //=== ajout des fonctions jQuery ===
3  if (typeof MooTools!= "undefined" && typeof Prototype == "undefined") {
4    $mootools = window.$;
5  } else {
6    if (typeof jQuery != 'undefined') {
7      if (typeof $mootools != 'undefined') {
8        if (typeof (gmaps) != "undefined") {
9        }
10        if (jQuery.fn.$) $ = jQuery.fn.$;
11        jQuery.extend($, $mootools);
12        jQuery.extend($, jQuery.fn);
13      } else {
14        if (jQuery.fn.$) $ = jQuery.fn.$;
15        jQuery.extend($, jQuery);
16      }
17    }
18  }
19if (typeof Type_Img ) {}
Note: See TracBrowser for help on using the repository browser.