Index: trunk/phase3/resources/mediawiki.util/mediawiki.util.js |
— | — | @@ -54,7 +54,7 @@ |
55 | 55 | $('input[type=checkbox]:not(.noshiftselect)').checkboxShiftClick(); |
56 | 56 | |
57 | 57 | // Emulate placeholder if not supported by browser |
58 | | - if ( !'placeholder' in document.createElement( 'input' ) ) { |
| 58 | + if ( !( 'placeholder' in document.createElement( 'input' ) ) ) { |
59 | 59 | $('input[placeholder]').placeholder(); |
60 | 60 | } |
61 | 61 | |