dillon1000/react

Commit

Replace `persistentCloneOf` with `persist`

There are to reasons to prefer a `persist` method on the event rather than a static method:

 - In open source, people do not have access to `AbstractEvent`.
 - This will allow people to persist events without requiring another module.
 - This will make refactors easier and more flexible.
Browse files
Changed paths2 files
First-parent comparison
M src/event/AbstractEvent.js ModifiedM src/event/EventPluginHub.js Modified
Patch

Files changed

Rendering syntax-highlighted changes…