vendor/assets/javascripts/uikit/core/switcher.js in uikit2-rails-0.1.2 vs vendor/assets/javascripts/uikit/core/switcher.js in uikit2-rails-0.1.3

- old
+ new

@@ -1,6 +1,6 @@ -/*! UIkit 2.23.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */ +/*! UIkit 2.24.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */ (function(UI) { "use strict"; var Animations; @@ -68,10 +68,10 @@ $this.show($this.index + (item=='next' ? 1:-1)); break; default: $this.show(parseInt(item, 10)); } - }) + }); if (this.options.swiping) { this.connect.on('swipeRight swipeLeft', function(e) { e.preventDefault();