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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user