(Bug 42378) Make "disable IME tools" effects immediate as a preview

Change-Id: I76560e4c4bc0ddaa1c7cc78202e14a46b6e7ac76
This commit is contained in:
Santhosh Thottingal
2013-03-13 13:24:45 +05:30
committed by Nikerabbit
parent b8b4b275ff
commit 7178b0eb5a

View File

@@ -133,7 +133,7 @@
};
mw.ime.disable = function () {
$( inputSelector ).unbind( '.ime' );
$( inputSelector ).trigger( 'destroy.ime' );
};
mw.ime.setup = function () {