Skip to content

Commit

Permalink
reduce length of xhr feature-detect names
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickkettner committed Mar 12, 2015
1 parent f02c819 commit 3da7bb7
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion feature-detects/network/xhr-responsetype-arraybuffer.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
{
"name": "XMLHttpRequest xhr.responseType='arraybuffer'",
"name": "XHR responseType='arraybuffer'",
"property": "xhrresponsetypearraybuffer",
"tags": ["network"],
"notes": [{
Expand Down
2 changes: 1 addition & 1 deletion feature-detects/network/xhr-responsetype-blob.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
{
"name": "XMLHttpRequest xhr.responseType='blob'",
"name": "XHR responseType='blob'",
"property": "xhrresponsetypeblob",
"tags": ["network"],
"notes": [{
Expand Down
2 changes: 1 addition & 1 deletion feature-detects/network/xhr-responsetype-document.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
{
"name": "XMLHttpRequest xhr.responseType='document'",
"name": "XHR responseType='document'",
"property": "xhrresponsetypedocument",
"tags": ["network"],
"notes": [{
Expand Down
2 changes: 1 addition & 1 deletion feature-detects/network/xhr-responsetype-json.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
{
"name": "XMLHttpRequest xhr.responseType='json'",
"name": "XHR responseType='json'",
"property": "xhrresponsetypejson",
"tags": ["network"],
"notes": [{
Expand Down
2 changes: 1 addition & 1 deletion feature-detects/network/xhr-responsetype-text.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
{
"name": "XMLHttpRequest xhr.responseType='text'",
"name": "XHR responseType='text'",
"property": "xhrresponsetypetext",
"tags": ["network"],
"notes": [{
Expand Down
2 changes: 1 addition & 1 deletion feature-detects/network/xhr-responsetype.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
{
"name": "XMLHttpRequest xhr.responseType",
"name": "XHR responseType",
"property": "xhrresponsetype",
"tags": ["network"],
"notes": [{
Expand Down

0 comments on commit 3da7bb7

Please sign in to comment.