mirror of
https://github.com/atom/atom.git
synced 2026-02-14 16:45:14 -05:00
Rename nostalgia to serializable
This name was surprisingly available and better matches this module's utilitarian nature.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
_ = require 'underscore-plus'
|
||||
{Model} = require 'reactionary'
|
||||
{Point, Range} = require 'text-buffer'
|
||||
Serializable = require 'nostalgia'
|
||||
Serializable = require 'serializable'
|
||||
TokenizedLine = require './tokenized-line'
|
||||
Token = require './token'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user