Skip to content

Commit

Permalink
Adding Firefox 4 beta support
Browse files Browse the repository at this point in the history
  • Loading branch information
remy committed Aug 23, 2010
1 parent 1c87a7e commit 5cb0ca8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions demos.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"notes": "Uses onpopstate event",
"tags": "history",
"support": {
"live": "chrome safari"
"live": "chrome safari",
"nightly": "firefox"
}
},
{
Expand All @@ -23,7 +24,8 @@
"url": "web-socket",
"tags": "websocket",
"support": {
"live": "safari chrome"
"live": "safari chrome",
"nightly": "firefox"
}
},
{
Expand Down

0 comments on commit 5cb0ca8

Please sign in to comment.