This commit is contained in:
Anant Narayanan 2008-11-13 01:51:24 +01:00
Родитель 06155f7fae
Коммит 8913caf3b1
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";