This commit is contained in:
Dan Mills 2008-11-20 09:25:32 +09:00
Родитель 529df21f87 8913caf3b1
Коммит 12497bf643
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -118,7 +118,7 @@ let Wrap = {
let ret;
let args = Array.prototype.slice.call(arguments);
let ret = this.lock();
ret = this.lock();
if (!ret)
throw "Could not acquire lock";