Index: trunk/phase3/resources/mediawiki/mediawiki.jqueryMsg.js |
— | — | @@ -670,10 +670,9 @@ |
671 | 671 | // we'd have to cache the parser as a member of this.map, which sounds a bit ugly. |
672 | 672 | |
673 | 673 | // Do not use mw.jqueryMsg unless required |
674 | | - var _this = this; |
675 | 674 | if ( this.map.get( this.key ).indexOf( '{{' ) < 0 ) { |
676 | 675 | // Fall back to mw.msg's simple parser |
677 | | - return oldParser.apply( _this ); |
| 676 | + return oldParser.apply( this ); |
678 | 677 | } |
679 | 678 | |
680 | 679 | var messageFunction = mw.jqueryMsg.getMessageFunction( { 'messages': this.map } ); |