Skip to content

Commit

Permalink
Convert all space indentation to tab indentiation in the config files
Browse files Browse the repository at this point in the history
  • Loading branch information
samgiles committed Sep 21, 2015
1 parent 6019a1a commit f53a656
Show file tree
Hide file tree
Showing 791 changed files with 19,279 additions and 19,279 deletions.
36 changes: 18 additions & 18 deletions polyfills/Array/from/config.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"aliases": [
"es6",
"modernizr:es6array"
],
"browsers": {
"chrome": "<45",
"firefox": "4 - *",
"ie": "6 - *",
"ie_mob": "10 - *",
"opera": "*",
"safari": "7 - *",
"firefox_mob": "4 - *"
},
"dependencies": [
"Object.defineProperty"
],
"spec": "http://people.mozilla.org/~jorendorff/es6-draft.html#sec-array.from",
"docs": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/from"
"aliases": [
"es6",
"modernizr:es6array"
],
"browsers": {
"chrome": "<45",
"firefox": "4 - *",
"ie": "6 - *",
"ie_mob": "10 - *",
"opera": "*",
"safari": "7 - *",
"firefox_mob": "4 - *"
},
"dependencies": [
"Object.defineProperty"
],
"spec": "http://people.mozilla.org/~jorendorff/es6-draft.html#sec-array.from",
"docs": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/from"
}
32 changes: 16 additions & 16 deletions polyfills/Array/isArray/config.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"aliases": [
"default",
"es5",
"modernizr:es5array"
],
"browsers": {
"ie": "6 - 8",
"firefox": "3.6",
"safari": "4",
"firefox_mob": "3.6"
},
"dependencies": [
"Object.defineProperty"
],
"spec": "http://people.mozilla.org/~jorendorff/es6-draft.html#sec-isarray",
"docs": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/isArray"
"aliases": [
"default",
"es5",
"modernizr:es5array"
],
"browsers": {
"ie": "6 - 8",
"firefox": "3.6",
"safari": "4",
"firefox_mob": "3.6"
},
"dependencies": [
"Object.defineProperty"
],
"spec": "http://people.mozilla.org/~jorendorff/es6-draft.html#sec-isarray",
"docs": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/isArray"
}
36 changes: 18 additions & 18 deletions polyfills/Array/of/config.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"aliases": [
"es6",
"modernizr:es6array"
],
"browsers": {
"chrome": "*",
"firefox": "* - 24",
"ie": "*",
"ie_mob": "10 - *",
"opera": "*",
"safari": "*",
"firefox_mob": "* - 24"
},
"dependencies": [
"Object.defineProperty"
],
"spec": "http://people.mozilla.org/~jorendorff/es6-draft.html#sec-array.of",
"docs": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/of"
"aliases": [
"es6",
"modernizr:es6array"
],
"browsers": {
"chrome": "*",
"firefox": "* - 24",
"ie": "*",
"ie_mob": "10 - *",
"opera": "*",
"safari": "*",
"firefox_mob": "* - 24"
},
"dependencies": [
"Object.defineProperty"
],
"spec": "http://people.mozilla.org/~jorendorff/es6-draft.html#sec-array.of",
"docs": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/of"
}
30 changes: 15 additions & 15 deletions polyfills/Array/prototype/contains/config.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"browsers": {
"chrome": "*",
"firefox": "*",
"ie": "*",
"ie_mob": "10 - *",
"opera": "*",
"safari": "*",
"firefox_mob": "*"
},
"dependencies": [
"Array.prototype.includes"
],
"notes": [
"This feature was deprecated since it was found to [break older versions of Mootools](https://esdiscuss.org/topic/having-a-non-enumerable-array-prototype-contains-may-not-be-web-compatible). Use `Array.prototype.includes` instead."
]
"browsers": {
"chrome": "*",
"firefox": "*",
"ie": "*",
"ie_mob": "10 - *",
"opera": "*",
"safari": "*",
"firefox_mob": "*"
},
"dependencies": [
"Array.prototype.includes"
],
"notes": [
"This feature was deprecated since it was found to [break older versions of Mootools](https://esdiscuss.org/topic/having-a-non-enumerable-array-prototype-contains-may-not-be-web-compatible). Use `Array.prototype.includes` instead."
]
}
2 changes: 1 addition & 1 deletion polyfills/Array/prototype/every/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
},
"spec": "http://people.mozilla.org/~jorendorff/es6-draft.html#sec-array.prototype.every",
"docs": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/every"
}
}
2 changes: 1 addition & 1 deletion polyfills/Array/prototype/filter/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
},
"spec": "http://people.mozilla.org/~jorendorff/es6-draft.html#sec-array.prototype.filter",
"docs": "https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Array/filter"
}
}
36 changes: 18 additions & 18 deletions polyfills/Array/prototype/find/config.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"aliases": [
"es6",
"modernizr:es6array"
],
"browsers": {
"chrome": "*",
"firefox": "3.6 - 24",
"ie": "*",
"ie_mob": "10 - *",
"opera": "*",
"safari": "* - 7.0",
"firefox_mob": "3.6 - 24"
},
"dependencies": [
"Object.defineProperty"
],
"spec": "http://people.mozilla.org/~jorendorff/es6-draft.html#sec-array.prototype.find",
"docs": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/find"
"aliases": [
"es6",
"modernizr:es6array"
],
"browsers": {
"chrome": "*",
"firefox": "3.6 - 24",
"ie": "*",
"ie_mob": "10 - *",
"opera": "*",
"safari": "* - 7.0",
"firefox_mob": "3.6 - 24"
},
"dependencies": [
"Object.defineProperty"
],
"spec": "http://people.mozilla.org/~jorendorff/es6-draft.html#sec-array.prototype.find",
"docs": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/find"
}
36 changes: 18 additions & 18 deletions polyfills/Array/prototype/findIndex/config.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"aliases": [
"es6",
"modernizr:es6array"
],
"browsers": {
"chrome": "*",
"firefox": "3.6 - 24",
"ie": "*",
"ie_mob": "10 - *",
"opera": "*",
"safari": "* - 7.0",
"firefox_mob": "3.6 - 24"
},
"dependencies": [
"Object.defineProperty"
],
"spec": "http://people.mozilla.org/~jorendorff/es6-draft.html#sec-array.prototype.findIndex",
"docs": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/findIndex"
"aliases": [
"es6",
"modernizr:es6array"
],
"browsers": {
"chrome": "*",
"firefox": "3.6 - 24",
"ie": "*",
"ie_mob": "10 - *",
"opera": "*",
"safari": "* - 7.0",
"firefox_mob": "3.6 - 24"
},
"dependencies": [
"Object.defineProperty"
],
"spec": "http://people.mozilla.org/~jorendorff/es6-draft.html#sec-array.prototype.findIndex",
"docs": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/findIndex"
}
2 changes: 1 addition & 1 deletion polyfills/Array/prototype/forEach/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
},
"spec": "http://people.mozilla.org/~jorendorff/es6-draft.html#sec-array.prototype.foreach",
"docs": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/forEach"
}
}
46 changes: 23 additions & 23 deletions polyfills/Array/prototype/includes/config.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
{
"aliases": [
"es7",
"modernizr:es7array"
],
"browsers": {
"chrome": "*",
"firefox": "*",
"ie": "*",
"opera": "*",
"safari": "*",
"ios_saf": "*",
"ios_chr": "*",
"android": "*",
"op_mob": "*",
"ie_mob": "*",
"firefox_mob": "*"
},
"dependencies": [
"Object.defineProperty"
],
"license": "CC0",
"spec": "https://github.com/tc39/Array.prototype.includes",
"docs": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/includes"
"aliases": [
"es7",
"modernizr:es7array"
],
"browsers": {
"chrome": "*",
"firefox": "*",
"ie": "*",
"opera": "*",
"safari": "*",
"ios_saf": "*",
"ios_chr": "*",
"android": "*",
"op_mob": "*",
"ie_mob": "*",
"firefox_mob": "*"
},
"dependencies": [
"Object.defineProperty"
],
"license": "CC0",
"spec": "https://github.com/tc39/Array.prototype.includes",
"docs": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/includes"
}
2 changes: 1 addition & 1 deletion polyfills/Array/prototype/indexOf/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
},
"spec": "http://people.mozilla.org/~jorendorff/es6-draft.html#sec-array.prototype.indexof",
"docs": "https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Array/indexOf"
}
}
2 changes: 1 addition & 1 deletion polyfills/Array/prototype/lastIndexOf/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
},
"spec": "http://people.mozilla.org/~jorendorff/es6-draft.html#sec-array.prototype.lastindexof",
"docs": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/lastIndexOf"
}
}
2 changes: 1 addition & 1 deletion polyfills/Array/prototype/map/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
},
"spec": "http://people.mozilla.org/~jorendorff/es6-draft.html#sec-array.prototype.map",
"docs": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/map"
}
}
2 changes: 1 addition & 1 deletion polyfills/Array/prototype/reduce/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
},
"spec": "http://people.mozilla.org/~jorendorff/es6-draft.html#sec-array.prototype.reduce",
"docs": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/Reduce"
}
}
2 changes: 1 addition & 1 deletion polyfills/Array/prototype/reduceRight/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
},
"spec": "http://people.mozilla.org/~jorendorff/es6-draft.html#sec-array.prototype.reduceright",
"docs": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/reduceRight"
}
}
2 changes: 1 addition & 1 deletion polyfills/Array/prototype/some/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
},
"spec": "http://people.mozilla.org/~jorendorff/es6-draft.html#sec-array.prototype.some",
"docs": "https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Array/some"
}
}
2 changes: 1 addition & 1 deletion polyfills/AudioContext/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
"modernizr:webaudio"
],
"docs": "https://developer.mozilla.org/en-US/docs/Web/API/AudioContext"
}
}

0 comments on commit f53a656

Please sign in to comment.