1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-26 11:41:27 +02:00

Move events.(toString|fromString|iterKeys|canonicalKeys) to DOM.Event.

This commit is contained in:
Kris Maglione
2011-09-10 15:18:20 -04:00
parent f9d5b12757
commit 68d8bf74df
13 changed files with 374 additions and 446 deletions
+1
View File
@@ -768,6 +768,7 @@ function Class() {
}
Class.extend(Constructor, superclass, args[0]);
memoize(Constructor, "closure", Class.makeClosure);
update(Constructor, args[1]);
Constructor.__proto__ = superclass;