зеркало из https://github.com/mozilla/pjs.git
More fixes for xpcshell tests; seriously, where did people ever manage to discover this junk?
This commit is contained in:
Родитель
287e8d6d12
Коммит
177f78cd2b
|
@ -51,7 +51,7 @@ function test() {
|
|||
|
||||
testprivatecl.prototype = {
|
||||
_arguments: ["private-toggle"],
|
||||
get length getLength() {
|
||||
get length() {
|
||||
return this._arguments.length;
|
||||
},
|
||||
getArgument: function getArgument(aIndex) {
|
||||
|
|
|
@ -43,7 +43,7 @@ function testprivatecl() {
|
|||
|
||||
testprivatecl.prototype = {
|
||||
_arguments: ["private", "silent"],
|
||||
get length getLength() {
|
||||
get length() {
|
||||
return this._arguments.length;
|
||||
},
|
||||
getArgument: function getArgument(aIndex) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче