From 9a3d97b8d572562b9771e5fc7fb43a4a14a0e625 Mon Sep 17 00:00:00 2001 From: remy Date: Wed, 18 Aug 2010 14:23:14 +0100 Subject: [PATCH] fixed viaon and vialistener being the wrong way around --- demos/offline-events.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/demos/offline-events.html b/demos/offline-events.html index f329f82..120018b 100644 --- a/demos/offline-events.html +++ b/demos/offline-events.html @@ -11,8 +11,8 @@ li::before {

Test required here: File -> Work Offline - toggle the value and there should be three list items notifying of online and offline.

Note that the test shows that window.ononline and window.onoffline doesn't work (which I thought I had read in the specs somewhere...).