diff --git a/demos.json b/demos.json index c011477..404d75e 100644 --- a/demos.json +++ b/demos.json @@ -1,4 +1,14 @@ [ + { + "desc": "Simple class manipulation", + "url": "classlist", + "tags": "classlist", + "support": { + "live": "chrome opera firefox", + "nightly": "safari" + }, + "test": "'classList' in document.createElement('i')" + }, { "desc": "Storage events", "url": "storage-events", @@ -24,7 +34,7 @@ "notes": "Uses onpopstate event", "tags": "history", "support": { - "live": "chrome safari firefox" + "live": "chrome safari firefox opera" }, "test": "Modernizr.history" },