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

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

[extensions] autosize compatibility with pamooramics & gmaps

File size: 473 bytes
Line 
1
2//=== ajout des fonctions jQuery ===
3if (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      $ = jQuery.fn.$;
11      jQuery.extend($, $mootools);
12      jQuery.extend($, jQuery.fn);
13    } else {
14      $ = jQuery.fn.$;
15      jQuery.extend($, jQuery.fn);
16    }
17  }
18}
Note: See TracBrowser for help on using the repository browser.