diff --git a/.DS_Store b/.DS_Store index 4c124d3c..c24290d1 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/jquery.bxslider.min.js b/jquery.bxslider.min.js index 2d6552d5..e08aaf7d 100644 --- a/jquery.bxslider.min.js +++ b/jquery.bxslider.min.js @@ -1,17 +1,3 @@ -// ===================================================== -/** - * BxSlider v4.0 - Fully loaded, responsive content slider - * http://bxslider.com - * - * Written by: Steven Wanderski, 2012 - * http://stevenwanderski.com - * (while drinking Belgian ales and listening to jazz) - * - * CEO and founder of bxCreative, LTD - * http://bxcreative.com - */ -// ===================================================== - ;(function($){$.fn.bxSlider=function(options){var defaults={mode:'horizontal',childSelector:'',infiniteLoop:true,hideControlOnEnd:false,speed:500,delay:2000,easing:'swing',slideMargin:0,startSlide:0,pager:true,pagerType:'full',pagerShortSeparator:' / ',pagerSelector:null,buildPager:null,controls:true,controlsSelector:null,nextText:'Next',prevText:'Prev',startText:'Start',stopText:'Stop',auto:false,autoStart:true,autoDirection:'next',autoControls:false,autoControlsCombine:false,autoHover:false,autoDelay:0,captions:false,ticker:false,minSlides:1,maxSlides:1,moveSlides:0,slideWidth:0,adaptiveHeight:true,adaptiveHeightSpeed:500,touchEnabled:true,swipeThreashold:50,onSliderLoad:function(){},onSlideBefore:function(){},onSlideAfter:function(){},onSlideNext:function(){},onSlidePrev:function(){}} var el=this;var slider={} var init=function(){slider.settings=$.extend({},defaults,options);slider.children=el.children(slider.settings.childSelector);slider.active={index:slider.settings.startSlide} diff --git a/readme.md b/readme.md index 974ddaab..5056113f 100644 --- a/readme.md +++ b/readme.md @@ -3,6 +3,6 @@ Please note that v4.0 is currently in beta as I test, test, test, and get a fresh new doc site up and running. -In the meantime feel free to check out the source and play around. I cannot provide support yet, but will do my best once the new site is up and running. Everything seems to be running pretty well as of right now.. +In the meantime feel free to check out the source and play around. I cannot provide support yet, but will do my best once the new site is up and running. Everything seems to be running pretty well as of right now... Look for the full release (and merge to master) very soon! \ No newline at end of file