Skip to content

Commit

Permalink
updated to v3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelvanrijn committed Jan 6, 2015
1 parent 8fe279f commit f99a877
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions vendor/assets/javascripts/bootstrap-switch.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* ========================================================================
* bootstrap-switch - v3.3.0
* bootstrap-switch - v3.3.1
* http://www.bootstrap-switch.org
* ========================================================================
* Copyright 2012-2013 Mattia Larentis
Expand Down Expand Up @@ -493,8 +493,8 @@
if (_this.$element.is(":radio")) {
$("[name='" + (_this.$element.attr('name')) + "']").not(_this.$element).prop("checked", false).trigger("change.bootstrapSwitch", true);
}
return _this.$element.trigger("switchChange.bootstrapSwitch", [state]);
}
return _this.$element.trigger("switchChange.bootstrapSwitch", [state]);
};
})(this),
"focus.bootstrapSwitch": (function(_this) {
Expand Down
2 changes: 1 addition & 1 deletion vendor/assets/stylesheets/bootstrap2-switch.css.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* ========================================================================
* bootstrap-switch - v3.3.0
* bootstrap-switch - v3.3.1
* http://www.bootstrap-switch.org
* ========================================================================
* Copyright 2012-2013 Mattia Larentis
Expand Down
2 changes: 1 addition & 1 deletion vendor/assets/stylesheets/bootstrap3-switch.css.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* ========================================================================
* bootstrap-switch - v3.3.0
* bootstrap-switch - v3.3.1
* http://www.bootstrap-switch.org
* ========================================================================
* Copyright 2012-2013 Mattia Larentis
Expand Down

0 comments on commit f99a877

Please sign in to comment.