1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-10 21:24:11 +01:00

Death to E4X and stuff.

This commit is contained in:
Kris Maglione
2012-12-16 19:58:35 -08:00
parent 1aaf3f75aa
commit 2f0af0a3f1
5 changed files with 13 additions and 132 deletions

View File

@@ -22,6 +22,8 @@ var Magic = Class("Magic", {
this.str = str;
},
get message() this.str,
toString: function () this.str
});