Adding Firefox 4 beta support

This commit is contained in:
remy 2010-08-23 18:02:03 +01:00
parent 1c87a7e8f1
commit 5cb0ca85cc
1 changed files with 4 additions and 2 deletions

View File

@ -5,7 +5,8 @@
"notes": "Uses onpopstate event", "notes": "Uses onpopstate event",
"tags": "history", "tags": "history",
"support": { "support": {
"live": "chrome safari" "live": "chrome safari",
"nightly": "firefox"
} }
}, },
{ {
@ -23,7 +24,8 @@
"url": "web-socket", "url": "web-socket",
"tags": "websocket", "tags": "websocket",
"support": { "support": {
"live": "safari chrome" "live": "safari chrome",
"nightly": "firefox"
} }
}, },
{ {