source:
extensions/Autosize/js/conflit_2.js
@
19313
Last change on this file since 19313 was 12527, checked in by , 13 years ago | |
---|---|
File size: 513 bytes |
Line | |
---|---|
1 | |
2 | //=== ajout des fonctions jQuery === |
3 | if (typeof MooTools == "undefined" && typeof Prototype == "undefined") { |
4 | |
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 | } |
Note: See TracBrowser
for help on using the repository browser.