From d4ed47f7ace3ee7e669079d823b991863b464725 Mon Sep 17 00:00:00 2001 From: flangefrog Date: Tue, 25 Dec 2012 05:58:33 +1300 Subject: [PATCH] Updated demo support in Opera 12.12 --- demos.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/demos.json b/demos.json index 2a5c47e..5e91720 100644 --- a/demos.json +++ b/demos.json @@ -24,7 +24,7 @@ "url": "dnd-upload", "tags": "file dnd xhr2", "support": { - "live": "chrome firefox", + "live": "chrome firefox opera", "nightly": "ie" }, "test": "typeof FileReader != 'undefined' && 'draggable' in document.createElement('span') && !!window.FormData && 'upload' in new XMLHttpRequest" @@ -94,7 +94,7 @@ "note": "Not directly part of HTML5", "tags": "file-api dnd", "support": { - "live": "firefox chrome" + "live": "firefox chrome opera" }, "test": "typeof FileReader != 'undefined' && Modernizr.draganddrop" }, @@ -103,8 +103,8 @@ "url": "web-socket", "tags": "websocket", "support": { - "live": "safari chrome", - "nightly": "firefox opera" + "live": "safari chrome opera", + "nightly": "firefox" }, "test": "Modernizr.websockets" },