[TYPO3-ect] xaJax 0.2.4
    Franz Holzinger 
    franz at fholzinger.com
       
    Thu Sep  7 10:50:36 CEST 2006
    
    
  
Hello Oliver,
> Array.prototype.containsValue = function(valueToCheck)
> {
> 	for (var i=0;i<this.length;i++) {
> 		if (this[i] == valueToCheck) return true;
> 	}
> 	return false;
> }
> 
the '<' inside of JavaScript reminds me to this.
http://bugs.typo3.org/view.php?id=1477
Maybe th patch there can help you. This patch should come into the 
version of TYPO3.
Greets,
Franz
    
    
More information about the TYPO3-team-extension-coordination
mailing list