From 5cb0ca85ccea812dd1dd283f3f685bf6a6dfaaae Mon Sep 17 00:00:00 2001 From: remy Date: Mon, 23 Aug 2010 18:02:03 +0100 Subject: [PATCH] Adding Firefox 4 beta support --- demos.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/demos.json b/demos.json index 655c22e..2f9d64e 100644 --- a/demos.json +++ b/demos.json @@ -5,7 +5,8 @@ "notes": "Uses onpopstate event", "tags": "history", "support": { - "live": "chrome safari" + "live": "chrome safari", + "nightly": "firefox" } }, { @@ -23,7 +24,8 @@ "url": "web-socket", "tags": "websocket", "support": { - "live": "safari chrome" + "live": "safari chrome", + "nightly": "firefox" } }, {