Deploy 0.8.2
This commit is contained in:
parent
9902da470b
commit
a77eb39218
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,5 +1,5 @@
|
||||
node_modules
|
||||
./Examples/bower_components
|
||||
bower_components
|
||||
.directory
|
||||
.codio
|
||||
.settings
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "yjs",
|
||||
"version": "0.8.2",
|
||||
"version": "0.8.3",
|
||||
"homepage": "y-js.org",
|
||||
"authors": [
|
||||
"Kevin Jahns <kevin.jahns@rwth-aachen.de>"
|
||||
|
2
y.es6
2
y.es6
@ -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..
|
||||
* makeOperationReady (startSS, op) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user