https://bugzilla.wikimedia.org/show_bug.cgi?id=32537
--- Comment #5 from Roan Kattouw <[email protected]> 2011-11-24 10:41:58 UTC --- (In reply to comment #4) > Why do we have to load them raw? or can we wrap the whole content with an > if(){} of loading state check. We didn't want to load them in a closure like normal modules, because that could break function definitions that are expected to be global etc. It should be OK to wrap them in an if statement or do anything else that doesn't involve wrapping them in a closure, though. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
