From d7ddac22934bacbde348cca82b7cd309f7756e02 Mon Sep 17 00:00:00 2001 From: Viljami S Date: Mon, 5 Mar 2012 15:57:45 +0200 Subject: [PATCH] Remove namespace option from the demo. --- example/index.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/example/index.html b/example/index.html index df649f1..998f07a 100644 --- a/example/index.html +++ b/example/index.html @@ -19,8 +19,7 @@ $("#slides2").responsiveSlides({ fade: 300, auto: false, - maxwidth: 540, - namespace: 'anotherslideshow' + maxwidth: 540 }); });