1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-01 04:52:27 +01:00

Localize some more strings.

This commit is contained in:
Kris Maglione
2011-03-12 16:59:56 -05:00
parent 243559ec17
commit c1c97dcd54
4 changed files with 30 additions and 15 deletions

View File

@@ -976,7 +976,8 @@ var ErrorBase = Class("ErrorBase", Error, {
}
this.fileName = frame.filename;
this.lineNumber = frame.lineNumber;
}
},
toString: function () String(this.message)
});
/**