storage -> localHistoryPlugin

This commit is contained in:
George Berezhnoy 2017-02-14 20:00:31 +03:00
commit 5df9233fb5
2 changed files with 5 additions and 5 deletions

View file

@ -51,7 +51,7 @@
<script src="plugins/embed/embed.js"></script>
<link rel="stylesheet" href="plugins/embed/embed.css">
<script src="plugins/localstorage/localstorage.js"></script>
<script src="plugins/localHistory/localHistory.js"></script>
<script>
codex.editor.start({
@ -190,8 +190,8 @@
},
storage: {
type: 'storage',
prepare: storage.prepare,
destroy: storage.destroy
prepare: localHistoryPlugin.prepare,
destroy: localHistoryPlugin.destroy
},
},
data : {