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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user