blob: 389e01579806574980cca42a4123b7584c1e2bbb [file] [log] [blame]
WebPosHotkeys = {
hotkeys: [],
bind: function (type, data, fnCode, fn, label) {
var arr = [type, data, fnCode, fn, label];
this.hotkeys.push(arr);
}
}