Ignore:
Timestamp:
May 17, 2011, 6:43:15 PM (13 years ago)
Author:
cljosse
Message:

[extensions] autosize compatibility with pamooramics & gmaps

File:
1 edited

Legend:

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

    r10845 r10913  
    6464nbpa = 0;
    6565var Fn;
     66if (typeof MooTools == "undefined" && typeof Prototype == "undefined") {
     67
     68} else {
     69  $mootools = $;
     70}
     71//====================================================
    6672function conflit(element, nc) {
    6773     //--- cl_conflit
     
    227233        return a;
    228234    },
    229 
     235    removeListener: function (B, A) {
     236  if (this.removeEventListener) { this.removeEventListener(B, A, false); } else {
     237    this.detachEvent("on" + B, A);
     238  } return this;
     239} ,
    230240    //---------------- luciano -------------------------------
    231241    $Luciano: function (el, nc) {
     
    558568            $ = my$;
    559569        }
     570         
     571   
     572
    560573    });
    561574
    562575})(jQuery);
    563576
    564 if (typeof MooTools == "undefined" && typeof Prototype == "undefined") {
    565 
    566 } else {}
     577
    567578    //--------------------------------------------------------------
    568579    $_0 = $;
Note: See TracChangeset for help on using the changeset viewer.