Release 0.8.2

This commit is contained in:
Kevin Jahns 2016-01-15 03:10:58 +01:00
parent dd279bccf7
commit ece8268e44
3 changed files with 3 additions and 3 deletions

2
dist

@ -1 +1 @@
Subproject commit 9902da470b472ba87ef09432e599a721f92c9531
Subproject commit a77eb39218a5815854daa07373f7f4597c3b9cb9

View File

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

View File

@ -745,7 +745,7 @@ module.exports = function (Y/* :any */) {
}
})
}
return send
return send.reverse()
}
/* this is what we used before.. use this as a reference..
* makeOperationReady (startSS, op) {