Bug 824844 - Fix text changed events. r=davidb

This commit is contained in:
Eitan Isaacson 2012-12-26 17:52:28 -08:00
parent 2c1022bbbc
commit 82bcd7292c

View File

@ -191,7 +191,7 @@ this.EventManager = {
if (txtIface.characterCount)
throw x;
}
this.present(Presentation, textChanged(
this.present(Presentation.textChanged(
isInserted, event.start, event.length,
text, event.modifiedText));
}