mirror of
https://github.com/atom/atom.git
synced 2026-01-15 01:48:15 -05:00
Implement ::serialize in example
This commit is contained in:
@@ -11,6 +11,11 @@
|
||||
#
|
||||
# @deserialize: (state) ->
|
||||
# new MyPackageView(state)
|
||||
#
|
||||
# constructor: (@state) ->
|
||||
#
|
||||
# serialize: ->
|
||||
# @state
|
||||
# ```
|
||||
module.exports =
|
||||
class DeserializerManager
|
||||
|
||||
Reference in New Issue
Block a user