Commit fc8e9de9 authored by yoichio@chromium.org's avatar yoichio@chromium.org

Fix examples which uses typo function.

BUG=

Review URL: https://chromiumcodereview.appspot.com/23452019

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221581 0039d316-1c4b-4281-b951-d872f2087c98
parent 1af42962
......@@ -25,7 +25,7 @@ chrome.input.ime.onFocus.addListener(function(context) {
context_id = context.contextID;
});
chrome.input.ime.onKeyEventAsync.addListener(
chrome.input.ime.onKeyEvent.addListener(
function(engineID, keyData) {
if (keyData.type == "keydown" && keyData.key.match(/^[a-z]$/)) {
chrome.input.ime.commitText({"contextID": context_id,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment