https://bugzilla.wikimedia.org/show_bug.cgi?id=62934
--- Comment #1 from Trevor Parscal <[email protected]> --- This error has to do with code that looks like this: if ( this.surface.mwTocWidget ) { this.mwTocWidget.teardown(); } which needs to be rewritten to look like: if ( this.surface.mwTocWidget ) { this.mwTocWidget.surface.teardown(); } -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
