From 136eac5c2cd7e172b0d26a7a7a1b6aa9cbead4e6 Mon Sep 17 00:00:00 2001 From: Viljami S Date: Sun, 11 Dec 2011 21:51:04 +0200 Subject: [PATCH] Whitespace --- responsiveslides.js | 21 ++++----------------- 1 file changed, 4 insertions(+), 17 deletions(-) diff --git a/responsiveslides.js b/responsiveslides.js index 364eb4f..96f1572 100644 --- a/responsiveslides.js +++ b/responsiveslides.js @@ -1,7 +1,6 @@ /*! ResponsiveSlides.js v1.01. (c) 2011 Viljami Salminen. MIT License. http://responsive-slides.viljamis.com */ (function ($) { $.fn.responsiveSlides = function (options) { - // Settings var settings = { 'speed' : 4000, @@ -13,13 +12,11 @@ return this.each(function () { var $this = $(this); - if (options) { $.extend(settings, options); } var slideshow = function () { - var $slide = $this.find('img'), $pagination = $('