broadway: Fix undefined variable error in js

This commit is contained in:
Alexander Larsson 2011-03-14 16:38:24 +01:00
parent 63c0198347
commit a5e5e2343c

View File

@ -526,7 +526,7 @@ function on_mouse_up (ev) {
send_input ("B", [id, pos.root_x, pos.root_y, pos.win_x, pos.win_y, last_state, ev.timeStamp, button]);
if (grab.window != null && grab.implicit)
doUngrab(time);
doUngrab(ev.timeStamp);
}
var last_key_down = 0;