Release 0.8.11
This commit is contained in:
2
dist
2
dist
Submodule dist updated: 6904e6018d...6a4aabe69c
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "yjs",
|
"name": "yjs",
|
||||||
"version": "0.8.10",
|
"version": "0.8.12",
|
||||||
"description": "A framework for real-time p2p shared editing on arbitrary complex data types",
|
"description": "A framework for real-time p2p shared editing on arbitrary complex data types",
|
||||||
"main": "./src/y.js",
|
"main": "./src/y.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
@@ -274,8 +274,6 @@ module.exports = function (Y/* :any */) {
|
|||||||
* markDeleted (id, length) {
|
* markDeleted (id, length) {
|
||||||
if (length == null) {
|
if (length == null) {
|
||||||
length = 1
|
length = 1
|
||||||
debugger // TODO!!
|
|
||||||
throw new Error("dtrnd")
|
|
||||||
}
|
}
|
||||||
// this.mem.push(["del", id]);
|
// this.mem.push(["del", id]);
|
||||||
var n = yield* this.ds.findWithUpperBound(id)
|
var n = yield* this.ds.findWithUpperBound(id)
|
||||||
|
|||||||
Reference in New Issue
Block a user