- using mw globally directly - ID-selectors - JS Effeciency in mw.special.rc.init (chaining instead of re-getting from this.select) - passing function by reference instead of calling inside a new anonymous function - marking checkboxes a private/local variable - whitespace conventions Follows up: r90943 r90960 r90968 r90980
1 line
17 B
JavaScript
1 line
17 B
JavaScript
mw.special = {};
|