Merge pull request #313 from evilpie/includes

Use the more common array syntax for includes
This commit is contained in:
Brian Terlson 2015-06-11 12:07:48 -04:00
commit a1437652ab
15 changed files with 15 additions and 30 deletions

View File

@ -3,8 +3,7 @@
/*---
description: Testing descriptor property of Math.acosh
includes:
- propertyHelper.js
includes: [propertyHelper.js]
es6id: 20.2.2.3
---*/

View File

@ -3,8 +3,7 @@
/*---
description: Testing descriptor property of Math.asinh
includes:
- propertyHelper.js
includes: [propertyHelper.js]
es6id: 20.2.2.5
---*/

View File

@ -3,8 +3,7 @@
/*---
description: Testing descriptor property of Math.atanh
includes:
- propertyHelper.js
includes: [propertyHelper.js]
es6id: 20.2.2.7
---*/

View File

@ -3,8 +3,7 @@
/*---
description: Testing descriptor property of Math.cbrt
includes:
- propertyHelper.js
includes: [propertyHelper.js]
es6id: 20.2.2.9
---*/

View File

@ -3,8 +3,7 @@
/*---
description: Testing descriptor property of Math.cosh
includes:
- propertyHelper.js
includes: [propertyHelper.js]
es6id: 20.2.2.13
---*/

View File

@ -3,8 +3,7 @@
/*---
description: Testing descriptor property of Math.expm1
includes:
- propertyHelper.js
includes: [propertyHelper.js]
es6id: 20.2.2.15
---*/

View File

@ -3,8 +3,7 @@
/*---
description: Testing descriptor property of Math.hypot
includes:
- propertyHelper.js
includes: [propertyHelper.js]
es6id: 20.2.2.18
---*/

View File

@ -3,8 +3,7 @@
/*---
description: Testing descriptor property of Math.imul
includes:
- propertyHelper.js
includes: [propertyHelper.js]
es6id: 20.2.2.19
---*/

View File

@ -3,8 +3,7 @@
/*---
description: Testing length property of Math.log10
includes:
- propertyHelper.js
includes: [propertyHelper.js]
es6id: 20.2.2.20
---*/

View File

@ -3,8 +3,7 @@
/*---
description: Testing descriptor property of Math.log1p
includes:
- propertyHelper.js
includes: [propertyHelper.js]
es6id: 20.2.2.21
---*/

View File

@ -3,8 +3,7 @@
/*---
description: Testing descriptor property of Math.log2
includes:
- propertyHelper.js
includes: [propertyHelper.js]
es6id: 20.2.2.23
---*/

View File

@ -3,8 +3,7 @@
/*---
description: Testing descriptor property of Math.sign
includes:
- propertyHelper.js
includes: [propertyHelper.js]
es6id: 20.2.2.29
---*/

View File

@ -3,8 +3,7 @@
/*---
description: Testing descriptor property of Math.sinh
includes:
- propertyHelper.js
includes: [propertyHelper.js]
es6id: 20.2.2.31
---*/

View File

@ -3,8 +3,7 @@
/*---
description: Testing descriptor property of Math.tanh
includes:
- propertyHelper.js
includes: [propertyHelper.js]
es6id: 20.2.2.34
---*/

View File

@ -3,8 +3,7 @@
/*---
description: Testing descriptor property of Math.trunc
includes:
- propertyHelper.js
includes: [propertyHelper.js]
es6id: 20.2.2.35
---*/