зеркало из https://github.com/mozilla/pjs.git
Bug 382256, add missing constant, r=sayrer
This commit is contained in:
Родитель
a9b1c0c044
Коммит
c8752524db
|
@ -160,6 +160,7 @@ function __doEventDispatch(aTarget, aCharCode, aKeyCode, aHasShift) {
|
|||
*/
|
||||
function _parseModifiers(aEvent)
|
||||
{
|
||||
const masks = Components.interfaces.nsIDOMNSEvent;
|
||||
var mval = 0;
|
||||
if (aEvent.shiftKey)
|
||||
mval |= masks.SHIFT_MASK;
|
||||
|
|
Загрузка…
Ссылка в новой задаче