зеркало из https://github.com/mozilla/pjs.git
This commit is contained in:
Родитель
2d21d2aece
Коммит
f09979b677
|
@ -201,8 +201,6 @@ function toObject(v, r, rn) {
|
|||
return v;
|
||||
}
|
||||
var message = r + " (type " + (typeof v) + ") has no properties";
|
||||
if (r instanceof Reference)
|
||||
message += ", not even " + r.propertyName;
|
||||
throw rn ? new TypeError(message, rn.filename, rn.lineno)
|
||||
: new TypeError(message);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче