Ignore:
Timestamp:
Jan 20, 2011, 11:29:22 AM (13 years ago)
Author:
cljosse
Message:

[cl_conflit] compatibility whith GMaps


File:
1 edited

Legend:

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

    r8740 r8793  
    547547    }
    548548
     549
     550        $.isFunction = function (value) { return jQuery.isFunction(value); }
     551        $.inArray = function (a, b) { return jQuery.inArray(a, b); }
     552        $.error  = function (a , b , c)  {jQuery.error(a , b , c);}
     553
    549554    if (typeof ($.extend) != "function") {
    550555
Note: See TracChangeset for help on using the changeset viewer.