Browse Source

Remove namespace option from the demo.

pull/10/merge
Viljami S 13 years ago
parent
commit
d7ddac2293
  1. 3
      example/index.html

3
example/index.html

@ -19,8 +19,7 @@
$("#slides2").responsiveSlides({ $("#slides2").responsiveSlides({
fade: 300, fade: 300,
auto: false, auto: false,
maxwidth: 540, maxwidth: 540
namespace: 'anotherslideshow'
}); });
}); });

Loading…
Cancel
Save