1 // This file can't be parsed by JSDuck due to <https://github.com/tenderlove/rkelly/issues/35>.
2 // (It is excluded in jsduck.json.)
3 // ESLint suggests unquoting some object keys, which would render the file unparseable by Opera 12.
4 /* eslint-disable quote-props */
251 mw.Title.phpCharToUpper = function ( chr ) {
252 var mapped = toUpperMapping[ chr ];
253 return mapped || chr.toUpperCase();