1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-09 15:45:47 +01:00

Fix :map serialization bug.

--HG--
extra : rebase_source : bb62f05a95699fad0a64d07b35cd79fc653d89c7
This commit is contained in:
Kris Maglione
2011-02-12 11:57:51 -05:00
parent 5bc5c91c05
commit e7529166df
2 changed files with 6 additions and 4 deletions

View File

@@ -242,7 +242,9 @@ var Hive = Class("Hive", {
* @author Kris Maglione <maglione.k@gmail.com>
*/
var Styles = Module("Styles", {
Local: function (dactyl, modules, window) ({}),
Local: function (dactyl, modules, window) ({
cleanup: function () {}
}),
init: function () {
this._id = 0;