1
0
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:
Kris Maglione
2011-12-20 00:38:08 -05:00
parent 924aa8bf2d
commit 86ccda470d
4 changed files with 4 additions and 4 deletions

View File

@@ -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,