Ignore:
Timestamp:
Nov 19, 2010, 6:55:46 PM (13 years ago)
Author:
cljosse
Message:

[Autosize][beta] fix compatiblity with luciano()

File:
1 edited

Legend:

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

    r7819 r7821  
    6161
    6262    } else if (retour.match(RegExp("luciano", "gi"))) {
    63         ret_element = jQuery().$Luciano(element);
     63        $1 = $_;
     64       
     65        ret_element = jQuery().$Luciano(element,nc);
    6466
    6567    } else if (retour.match(RegExp("jQuery", "gi"))) {
     
    477479
    478480    }
    479  
    480   function save_framework(page) {
     481    $_ = $;
     482    function save_framework(page) {
     483        $_ = $;
    481484      return 
    482485 
Note: See TracChangeset for help on using the changeset viewer.