Commit 39b58f17 authored by Alexander.Trofimov's avatar Alexander.Trofimov

fix bug 33605

parent 1d100eda
...@@ -486,7 +486,7 @@ ...@@ -486,7 +486,7 @@
}; };
function LockBufferElement(arrayBlockId, callback) { function LockBufferElement(arrayBlockId, callback) {
this._arrayBlockId = arrayBlockId; this._arrayBlockId = arrayBlockId ? arrayBlockId.slice() : null;
this._callback = callback; 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