diff --git a/Demos/index.html b/Demos/index.html index 18c54ef..7d6dfd7 100644 --- a/Demos/index.html +++ b/Demos/index.html @@ -1,4 +1,4 @@ - + @@ -31,8 +31,8 @@

MooTools SlideShow

v2.0.0

A highly extensible interface widget

[ - Github | - The Forge | + Github | + The Forge | ryanflorence.com ]

@@ -354,6 +354,6 @@

News Ticker

s.parentNode.insertBefore(g, s); })(document, 'script'); - + \ No newline at end of file diff --git a/Demos/js/flickr.js b/Demos/js/flickr.js index 54c5ba3..d19d48a 100644 --- a/Demos/js/flickr.js +++ b/Demos/js/flickr.js @@ -12,7 +12,7 @@ Array.implement({ // Define a new transition SlideShow.defineTransition('squares', function(data){ - // data contains information about the transition like the + // data contains information about the transition like the // previous and next slides as well as the duration of the transition var elements = data.next.getElements('span'), duration = data.duration / elements.length - 1; @@ -104,7 +104,7 @@ SlideShow.Flickr = new Class({ this.initialized = true; this.element.fade('in'); }, - + show: function(index, options){ if (!this.initialized) return this; return this.parent(index, options); diff --git a/Demos/js/navigation.js b/Demos/js/navigation.js index 3147b2b..5e3a81a 100644 --- a/Demos/js/navigation.js +++ b/Demos/js/navigation.js @@ -36,6 +36,6 @@ document.addEvent('domready', function(){ y: 20 } }); - + }); \ No newline at end of file diff --git a/Demos/js/site.js b/Demos/js/site.js index 8081142..55591b6 100644 --- a/Demos/js/site.js +++ b/Demos/js/site.js @@ -49,8 +49,8 @@ var watcher = { document.addEvent('domready', function(){ $$('html')[0].removeClass('not-ready').removeClass('no-js'); watcher.init([ - flickr, basic.pause(), - css.pause(), + flickr, basic.pause(), + css.pause(), declarative.pause() ]); }); \ No newline at end of file diff --git a/Tests/SlideShow/SlideShow.html b/Tests/SlideShow/SlideShow.html index 031bee2..be791e4 100644 --- a/Tests/SlideShow/SlideShow.html +++ b/Tests/SlideShow/SlideShow.html @@ -62,7 +62,7 @@
18
fade
19
fadeThroughBackground
20
custom
- +

I'm not really a part of this