Merge "Log ime-enable and ime-disable events"

This commit is contained in:
jenkins-bot
2013-07-08 07:21:35 +00:00
committed by Gerrit Code Review

View File

@@ -82,11 +82,13 @@
disable: function () {
this.registry.isDirty = true;
this.registry.enable = false;
mw.uls.logEvent( { action: 'ime-disable' } );
},
enable: function () {
this.registry.isDirty = true;
this.registry.enable = true;
mw.uls.logEvent( { action: 'ime-enable' } );
},
isEnabled: function () {