vendor/assets/javascripts/uikit/core/switcher.js in uikit2-rails-0.1.5 vs vendor/assets/javascripts/uikit/core/switcher.js in uikit2-rails-0.1.6
- old
+ new
@@ -1,6 +1,6 @@
-/*! UIkit 2.24.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
+/*! UIkit 2.25.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
(function(UI) {
"use strict";
var Animations;
@@ -35,10 +35,10 @@
init: function() {
var $this = this;
- this.on("click.uikit.switcher", this.options.toggle, function(e) {
+ this.on("click.uk.switcher", this.options.toggle, function(e) {
e.preventDefault();
$this.show(this);
});
if (this.options.connect) {