Ignore:
Timestamp:
Nov 26, 2010, 10:47:35 AM (13 years ago)
Author:
cljosse
Message:

[Autosize][beta] save

File:
1 edited

Legend:

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

    r7873 r7884  
    33*[gmaps=id:1;width:800;height:640;]
    44*       Luciano rv_gmaps
     5* pb : Gmaps llgbo pamooramics rv_map
    56*/
    67var d1 = 0;
     
    109110        ret_element = jQuery().$Prototype(element);
    110111    } else if (retour.match(RegExp("GMaps", "gi"))) {
     112       
     113
    111114        ret_element = jQuery(element);
    112115    } else if (retour.match(RegExp("pamooramics", "gi"))) {
     
    536539
    537540}
     541if (typeof ($fn) != "function") {
     542    $.fn = function (options) {
     543        return jQuery.fn(options);
     544    }
     545
     546
     547}
    538548if (typeof ($.get) != "function") {
    539549    $.get = function (options) {
Note: See TracChangeset for help on using the changeset viewer.