Commit bf1f9afe authored by Alexey Golubev's avatar Alexey Golubev

Merge tag 'v4.2.0' into develop

v4.2.0 v4.2.0
parents 8f1d24a3 817962df
......@@ -486,7 +486,7 @@
};
function LockBufferElement(arrayBlockId, callback) {
this._arrayBlockId = arrayBlockId;
this._arrayBlockId = arrayBlockId ? arrayBlockId.slice() : null;
this._callback = callback;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment