User "Catrope" changed the status of MediaWiki.r88074. Old Status: new New Status: ok
User "Catrope" also posted a comment on MediaWiki.r88074. Full URL: https://secure.wikimedia.org/wikipedia/mediawiki/wiki/Special:Code/MediaWiki/88074#c16879 Commit summary: Fixed language in comments and error messages - see comments in r88053. Comment: <pre> if ( !$.isPlainObject( style ) ) { - throw new Error( 'style must be a object or a string, not a ' + typeof style ); + throw new Error( 'style must be an object or a string, not a ' + typeof style ); </pre> OK so the grammar is fixed, but isn't it true that style can only be an object, not a string? _______________________________________________ MediaWiki-CodeReview mailing list mediawiki-coderev...@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview