Subversion Repositories general

Compare Revisions

Ignore whitespace Rev 1375 → Rev 1376

/mozilla/latrus/trunk/src/chrome/content/latrus.js
24,6 → 24,7
newEvent.initKeyEvent(aEvent.type, aEvent.bubbles, aEvent.cancelable, aEvent.view,
false, false, false, false, 255, LatRus.worker.convertCode(aEvent.charCode));
aEvent.preventDefault();
aEvent.stopPropagation();
aEvent.originalTarget.dispatchEvent(newEvent);
},