1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-21 04:25:46 +01:00

New prototype ItemList implementation. Faster completion scrolling.

This commit is contained in:
Kris Maglione
2011-10-02 16:00:50 -04:00
parent c500936b2e
commit 7a0b0873ce
10 changed files with 423 additions and 73 deletions

View File

@@ -28,7 +28,7 @@ var FailedAssertion = Class("FailedAssertion", ErrorBase, {
noTrace: true
});
var Point = Struct("x", "y");
var Point = Struct("Point", "x", "y");
var wrapCallback = function wrapCallback(fn, isEvent) {
if (!fn.wrapper)