1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-22 07:18:00 +01:00

Localitize deprecation warnings.

This commit is contained in:
Kris Maglione
2011-03-14 19:22:43 -04:00
parent 9c0180a8a3
commit 4cfdba9223
7 changed files with 88 additions and 38 deletions

View File

@@ -39,7 +39,7 @@ var Map = Class("Map", {
Object.freeze(this.modes);
if (extraInfo)
update(this, extraInfo);
this.update(extraInfo);
},
name: Class.memoize(function () this.names[0]),