#2514: the code should try to use Array.indexOf if it does exist
-------------------------------+--------------------------------------------
 Reporter:  alfonsoml          |       Owner:  arczi       
     Type:  Bug                |      Status:  new         
 Priority:  Normal             |   Milestone:  CKEditor 3.x
Component:  General            |     Version:  SVN         
 Keywords:  Confirmed Review-  |  
-------------------------------+--------------------------------------------
Changes (by fredck):

  * keywords:  Confirmed Review? => Confirmed Review-


Comment:

 We are almost there...

 {{{
 return index = array.indexOf( entry );
 }}}

 I think that's "index" var has nothing to do here. It should be simply:

 {{{
 return array.indexOf( entry );
 }}}

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/2514#comment:9>
FCKeditor <http://www.fckeditor.net/>
The text editor for Internet
------------------------------------------------------------------------------
_______________________________________________
FCKeditor-Trac mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac

Reply via email to