зеркало из https://github.com/mozilla/gecko-dev.git
Bug 788438 - Remove extra i from testDirectProxyValidateProperty6.js. r=dbruant
This commit is contained in:
Родитель
1bca7e374d
Коммит
b1435911d3
|
@ -8,7 +8,7 @@ load(libdir + "asserts.js");
|
|||
*/
|
||||
var target = {};
|
||||
Object.defineProperty(target, 'foo', {
|
||||
set: function (value) {i
|
||||
set: function (value) {
|
||||
target.foo = 'bar';
|
||||
},
|
||||
configurable: false
|
||||
|
|
Загрузка…
Ссылка в новой задаче