mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 22:17:59 +01:00
Relase Pentadactyl 1.0rc1.
This commit is contained in:
@@ -2209,7 +2209,7 @@ var ItemList = Class("ItemList", {
|
||||
: context && context.getCache("itemlist-group",
|
||||
bind("Group", ItemList, this, context)),
|
||||
|
||||
getOffset: function getOffset(tuple) this.getGroup(tuple[0]).getOffset(tuple[1])
|
||||
getOffset: function getOffset(tuple) tuple && this.getGroup(tuple[0]).getOffset(tuple[1])
|
||||
}, {
|
||||
RESIZE_BRIEF: 1 << 0,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user