vendor/assets/javascripts/uikit/core/switcher.js in uikit2-rails-0.1.7 vs vendor/assets/javascripts/uikit/core/switcher.js in uikit2-rails-0.1.8
- old
+ new
@@ -1,6 +1,6 @@
-/*! UIkit 2.26.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
+/*! UIkit 2.26.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
(function(UI) {
"use strict";
var Animations;
@@ -97,13 +97,9 @@
}
// Init ARIA for toggles
toggles.not(active).attr('aria-expanded', 'false');
active.attr('aria-expanded', 'true');
-
- this.on('changed.uk.dom', function() {
- $this.connect = UI.$($this.options.connect);
- });
}
},
show: function(tab, animate) {