User "Lupo" posted a comment on MediaWiki.r103201. Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/103201#c26095 Commit summary:
Using jQuery.inArray implementation of indexOf instead of our own Fixed a wrong class name bug Comment: Isn't the parameter order swapped? $.inArray (element, array) vs. Roan's es.arrayIndexOf (array, element)? Calls of es.arrayIndexOf() need to be updated now. _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
