Last modified: 2014-08-15 18:38:06 UTC
Steps to reproduce: 1. Log out, open a page CodeEditor works on for editing. 2. Click the CodeEditor icon to disable it. Of course saving to preferences fails, but additionally a JavaScript error is thrown: TypeError: mw.log.error is not a function This error isn't visible unless you look for it, and it doesn't prevent further execution, but it shouldn't be there in any case.
Change 154128 had a related patch set uploaded by TheDJ: Undefined function mw.log.error https://gerrit.wikimedia.org/r/154128
Change 154128 merged by jenkins-bot: Undefined function mw.log.error https://gerrit.wikimedia.org/r/154128
undefined should be fixed. Other issue is part of the larger rewrite of how code editor integrates with the rest of the stuff, that i'm working on.