[ci skip]
This commit is contained in:
Wliu
2018-01-17 18:06:28 -05:00
committed by GitHub
parent 1e1884ef27
commit a9aaf597bc

View File

@@ -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++) {