Ignore:
Timestamp:
09/17/10 11:32:55 (14 years ago)
Author:
alexandrecorreia
Message:

Ticket #1316 - Correcoes e melhorias na busca dos contatos para o Modulo IM.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/jabberit_messenger/jmessenger/js/strophe.js

    r3102 r3261  
    457457 *    The index of elt in the array or -1 if not found. 
    458458 */ 
     459 
     460/* 
    459461if (!Array.prototype.indexOf) 
    460462{ 
    461     Array.prototype.indexOf = function(elt /*, from*/) 
     463    Array.prototype.indexOf = function( elt ) 
    462464    { 
    463465        var len = this.length; 
     
    478480    }; 
    479481} 
     482*/ 
    480483 
    481484/* All of the Strophe globals are defined in this special function below so 
Note: See TracChangeset for help on using the changeset viewer.