Deploy 0.8.2

This commit is contained in:
Kevin Jahns 2016-01-15 03:10:52 +01:00
parent 9902da470b
commit a77eb39218
6 changed files with 6 additions and 6 deletions

2
.gitignore vendored
View File

@ -1,5 +1,5 @@
node_modules node_modules
./Examples/bower_components bower_components
.directory .directory
.codio .codio
.settings .settings

View File

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

2
y.es6
View File

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

File diff suppressed because one or more lines are too long

2
y.js

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long