Skip to content

Commit d21d3ba

Browse files
committed
Merge pull request remy#43 from flangefrog/patch-1
Updated demo support in Opera 12.12
2 parents cc93513 + d4ed47f commit d21d3ba

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

demos.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"url": "dnd-upload",
2525
"tags": "file dnd xhr2",
2626
"support": {
27-
"live": "chrome firefox",
27+
"live": "chrome firefox opera",
2828
"nightly": "ie"
2929
},
3030
"test": "typeof FileReader != 'undefined' && 'draggable' in document.createElement('span') && !!window.FormData && 'upload' in new XMLHttpRequest"
@@ -94,7 +94,7 @@
9494
"note": "Not directly part of HTML5",
9595
"tags": "file-api dnd",
9696
"support": {
97-
"live": "firefox chrome"
97+
"live": "firefox chrome opera"
9898
},
9999
"test": "typeof FileReader != 'undefined' && Modernizr.draganddrop"
100100
},
@@ -103,8 +103,8 @@
103103
"url": "web-socket",
104104
"tags": "websocket",
105105
"support": {
106-
"live": "safari chrome",
107-
"nightly": "firefox opera"
106+
"live": "safari chrome opera",
107+
"nightly": "firefox"
108108
},
109109
"test": "Modernizr.websockets"
110110
},

0 commit comments

Comments
 (0)