https://bugzilla.wikimedia.org/show_bug.cgi?id=41553
Krinkle <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Summary|Qunit testing of DataValues |QUnit tests for DataValues |fails when |fail (unless enabling |$wgResourceLoaderDebug is |wgResourceLoaderDebug) |false | --- Comment #2 from Krinkle <[email protected]> --- This is most likely due to sloppy code relying on implied global variables. Make sure stuff is either tied into an established global or explicitly made global by assigning to a window property. A simple jshint run will yield the responsible line. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
