mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-10 10:17:11 +03:00
Pass deserializerManager in Workspace
This commit is contained in:
parent
74c0836be5
commit
5d6713f6fa
@ -78,7 +78,7 @@ beforeEach ->
|
||||
setRepresentedFilename: jasmine.createSpy('setRepresentedFilename'),
|
||||
setDocumentEdited: atom.setDocumentEdited.bind(atom), atomVersion: atom.getVersion(),
|
||||
clipboard: atom.clipboard, viewRegistry: atom.views, grammarRegistry: atom.grammars,
|
||||
assert: atom.assert.bind(atom)
|
||||
assert: atom.assert.bind(atom), deserializerManager: atom.deserializers
|
||||
})
|
||||
atom.themes.workspace = atom.workspace
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user