mirror of https://github.com/tc39/test262.git
Fixed a typo precodition -> precondition
This commit is contained in:
parent
9fab5f9a3a
commit
d6df1d4a36
|
@ -1,4 +1,4 @@
|
||||||
/// Copyright (c) 2009 Microsoft Corporation
|
/// Copyright (c) 2009 Microsoft Corporation
|
||||||
///
|
///
|
||||||
/// Redistribution and use in source and binary forms, with or without modification, are permitted provided
|
/// Redistribution and use in source and binary forms, with or without modification, are permitted provided
|
||||||
/// that the following conditions are met:
|
/// that the following conditions are met:
|
||||||
|
|
|
@ -30,7 +30,7 @@ test: function testcase() {
|
||||||
return JSON.stringify(null) === 'null';
|
return JSON.stringify(null) === 'null';
|
||||||
},
|
},
|
||||||
|
|
||||||
precodition: function preq () {
|
precondition: function preq () {
|
||||||
return JSON && fnExists(JSON.stringify);
|
return JSON && fnExists(JSON.stringify);
|
||||||
}
|
}
|
||||||
} );
|
} );
|
||||||
|
|
Loading…
Reference in New Issue