Updated support based on nightly release of Opera

This commit is contained in:
remy 2010-06-14 18:19:31 +01:00
parent 5205a13ef0
commit ef038c4b30
1 changed files with 6 additions and 3 deletions

View File

@ -53,7 +53,8 @@
"tags": "geolocation", "tags": "geolocation",
"note": "Works on Safari Mobile too", "note": "Works on Safari Mobile too",
"support": { "support": {
"live": "firefox chrome" "live": "firefox chrome safari",
"nightly": "opera"
} }
}, },
{ {
@ -123,7 +124,8 @@
"note": "FF 3.6 is still buggy - doesn't request manifest after initial load", "note": "FF 3.6 is still buggy - doesn't request manifest after initial load",
"tags": "offline manifest", "tags": "offline manifest",
"support": { "support": {
"live": "firefox safari chrome" "live": "firefox safari chrome",
"nightly": "opera"
} }
}, },
{ {
@ -156,7 +158,8 @@
"tags": "workers", "tags": "workers",
"note": "watch out - uses a lot of CPU! <a href=\"non-worker\">example without - will hang your browser</a>", "note": "watch out - uses a lot of CPU! <a href=\"non-worker\">example without - will hang your browser</a>",
"support": { "support": {
"live": "safari chrome firefox" "live": "safari chrome firefox",
"nightly": "opera"
} }
} }
] ]