mirror of
https://github.com/atom/atom.git
synced 2026-02-19 02:44:29 -05:00
📝
[ci skip]
This commit is contained in:
@@ -34,7 +34,7 @@ export default class DeserializerManager {
|
||||
// common approach is to register a *constructor* as the deserializer for its
|
||||
// instances by adding a `.deserialize()` class method. When your method is
|
||||
// called, it will be passed serialized state as the first argument and the
|
||||
// {Atom} environment object as the second argument, which is useful if you
|
||||
// {AtomEnvironment} object as the second argument, which is useful if you
|
||||
// wish to avoid referencing the `atom` global.
|
||||
add (...deserializers) {
|
||||
for (let i = 0; i < deserializers.length; i++) {
|
||||
|
||||
Reference in New Issue
Block a user