You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by we...@apache.org on 2011/06/11 23:37:06 UTC

svn commit: r1134778 - /myfaces/core/branches/2.0.x/api/src/main/javascript/META-INF/resources/myfaces/_impl/_util/_Queue.js

Author: werpu
Date: Sat Jun 11 21:37:05 2011
New Revision: 1134778

URL: http://svn.apache.org/viewvc?rev=1134778&view=rev
Log:
https://issues.apache.org/jira/browse/MYFACES-3171


Modified:
    myfaces/core/branches/2.0.x/api/src/main/javascript/META-INF/resources/myfaces/_impl/_util/_Queue.js

Modified: myfaces/core/branches/2.0.x/api/src/main/javascript/META-INF/resources/myfaces/_impl/_util/_Queue.js
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2.0.x/api/src/main/javascript/META-INF/resources/myfaces/_impl/_util/_Queue.js?rev=1134778&r1=1134777&r2=1134778&view=diff
==============================================================================
--- myfaces/core/branches/2.0.x/api/src/main/javascript/META-INF/resources/myfaces/_impl/_util/_Queue.js (original)
+++ myfaces/core/branches/2.0.x/api/src/main/javascript/META-INF/resources/myfaces/_impl/_util/_Queue.js Sat Jun 11 21:37:05 2011
@@ -135,7 +135,7 @@ myfaces._impl.core._Runtime.extendClass(
     },
 
     indexOf: function(element) {
-        return this._Lang.indexOf(this._q, element);
+        return this._Lang.arrIndexOf(this._q, element);
     },
 
     cleanup: function() {