1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-21 20:17:58 +01:00

Fix some subtle rehashing bugs.

--HG--
branch : bootstrapped
This commit is contained in:
Kris Maglione
2010-12-25 15:54:37 -05:00
parent d7d2affbfd
commit 1653ff509d
26 changed files with 97 additions and 71 deletions

View File

@@ -8,7 +8,7 @@
/** @scope modules */
const Point = Struct("x", "y");
var Point = Struct("x", "y");
/**
* A class to manage the primary web content buffer. The name comes
@@ -16,7 +16,7 @@ const Point = Struct("x", "y");
* files.
* @instance buffer
*/
const Buffer = Module("buffer", {
var Buffer = Module("buffer", {
init: function () {
this.evaluateXPath = util.evaluateXPath;
this.pageInfo = {};