changed to memory adapter

This commit is contained in:
Kevin Jahns 2015-11-15 02:13:32 +01:00
commit 14a3fbc638
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
// create a shared object. This function call will return a promise!
Y({
db: {
name: 'indexeddb',
name: 'memory',
namespace: 'offlineEditingDemo'
},
connector: {

View File

@ -1,6 +1,6 @@
{
"name": "yjs",
"version": "0.6.36",
"version": "0.6.38",
"homepage": "y-js.org",
"authors": [
"Kevin Jahns <kevin.jahns@rwth-aachen.de>"

View File

@ -1,6 +1,6 @@
{
"name": "yjs",
"version": "0.6.36",
"version": "0.6.40",
"description": "A framework for real-time p2p shared editing on arbitrary complex data types",
"main": "y.js",
"scripts": {