Skip to content

Commit

Permalink
Fix order of properties
Browse files Browse the repository at this point in the history
  • Loading branch information
queengooborg committed Oct 2, 2018
1 parent 8a7edf5 commit 1256a67
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions http/data-url.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
"version_added": true
},
"edge": {
"notes": "The maximum size supported is 4GB",
"version_added": "12"
"version_added": "12",
"notes": "The maximum size supported is 4GB"
},
"edge_mobile": {
"notes": "The maximum size supported is 4GB",
"version_added": true
"version_added": true,
"notes": "The maximum size supported is 4GB"
},
"firefox": {
"version_added": true
Expand All @@ -26,8 +26,8 @@
"version_added": true
},
"ie": {
"notes": "The maximum size supported is 32kB",
"version_added": "8"
"version_added": "8",
"notes": "The maximum size supported is 32kB"
},
"opera": {
"version_added": "7.2"
Expand Down Expand Up @@ -65,12 +65,12 @@
"version_added": true
},
"edge": {
"notes": "The maximum size supported is 4GB",
"version_added": "12"
"version_added": "12",
"notes": "The maximum size supported is 4GB"
},
"edge_mobile": {
"notes": "The maximum size supported is 4GB",
"version_added": true
"version_added": true,
"notes": "The maximum size supported is 4GB"
},
"firefox": {
"version_added": true
Expand All @@ -80,12 +80,12 @@
},
"ie": [
{
"notes": "The maximum size supported is 32kB",
"version_added": "8"
"version_added": "8",
"notes": "The maximum size supported is 32kB"
},
{
"notes": "The maximum size supported is 4GB",
"version_added": "9"
"version_added": "9",
"notes": "The maximum size supported is 4GB"
}
],
"opera": {
Expand Down Expand Up @@ -176,12 +176,12 @@
"version_added": true
},
"edge": {
"notes": "The maximum size supported is 4GB",
"version_added": "12"
"version_added": "12",
"notes": "The maximum size supported is 4GB"
},
"edge_mobile": {
"notes": "The maximum size supported is 4GB",
"version_added": true
"version_added": true,
"notes": "The maximum size supported is 4GB"
},
"firefox": {
"version_added": true
Expand All @@ -190,8 +190,8 @@
"version_added": true
},
"ie": {
"notes": "The maximum size supported is 4GB",
"version_added": "9"
"version_added": "9",
"notes": "The maximum size supported is 4GB"
},
"opera": {
"version_added": "7.2"
Expand Down

0 comments on commit 1256a67

Please sign in to comment.