Skip to content

Commit

Permalink
Bump v1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vsn4ik committed Feb 2, 2016
1 parent 52e35d8 commit 536a079
Show file tree
Hide file tree
Showing 12 changed files with 18 additions and 17 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

Several quick start options are available:

* [Download the latest release](https://github.com/vsn4ik/bootstrap-checkbox/archive/v1.3.1.zip "Download Bootstrap-checkbox").
* [Download the latest release](https://github.com/vsn4ik/bootstrap-checkbox/archive/v1.3.2.zip "Download Bootstrap-checkbox").
* Clone the repo: `git clone https://github.com/vsn4ik/bootstrap-checkbox.git`.
* Install with [Bower](http://bower.io): `bower install bootstrap-checkbox`.
* Install with [npm](https://www.npmjs.com): `npm install bootstrap-checkbox`.
Expand Down
5 changes: 3 additions & 2 deletions dist/js/bootstrap-checkbox.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Bootstrap-checkbox v1.3.1 (https://vsn4ik.github.io/bootstrap-checkbox/)
* Bootstrap-checkbox v1.3.2 (https://vsn4ik.github.io/bootstrap-checkbox/)
* Copyright 2013-2016 Vasily A. (https://github.com/vsn4ik)
* Licensed under the MIT license
*/
Expand Down Expand Up @@ -185,7 +185,8 @@
this.$group.trigger('focus');
},
click: function(event) {
var $button = $(event.target);
// Strictly event.currentTarget. Fix #19
var $button = $(event.currentTarget);

if (!$button.hasClass('active') || this.options.switchAlways) {
this.change();
Expand Down
4 changes: 2 additions & 2 deletions dist/js/bootstrap-checkbox.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/js/i18n/es.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Bootstrap-checkbox v1.3.1 (https://vsn4ik.github.io/bootstrap-checkbox/)
* Bootstrap-checkbox v1.3.2 (https://vsn4ik.github.io/bootstrap-checkbox/)
* Copyright 2013-2016 Vasily A. (https://github.com/vsn4ik)
* Licensed under the MIT license
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/js/i18n/es.min.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Bootstrap-checkbox v1.3.1 (https://vsn4ik.github.io/bootstrap-checkbox/)
* Bootstrap-checkbox v1.3.2 (https://vsn4ik.github.io/bootstrap-checkbox/)
* Copyright 2013-2016 Vasily A. (https://github.com/vsn4ik)
* Licensed under the MIT license
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/js/i18n/pt.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Bootstrap-checkbox v1.3.1 (https://vsn4ik.github.io/bootstrap-checkbox/)
* Bootstrap-checkbox v1.3.2 (https://vsn4ik.github.io/bootstrap-checkbox/)
* Copyright 2013-2016 Vasily A. (https://github.com/vsn4ik)
* Licensed under the MIT license
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/js/i18n/pt.min.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Bootstrap-checkbox v1.3.1 (https://vsn4ik.github.io/bootstrap-checkbox/)
* Bootstrap-checkbox v1.3.2 (https://vsn4ik.github.io/bootstrap-checkbox/)
* Copyright 2013-2016 Vasily A. (https://github.com/vsn4ik)
* Licensed under the MIT license
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/js/i18n/ru.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Bootstrap-checkbox v1.3.1 (https://vsn4ik.github.io/bootstrap-checkbox/)
* Bootstrap-checkbox v1.3.2 (https://vsn4ik.github.io/bootstrap-checkbox/)
* Copyright 2013-2016 Vasily A. (https://github.com/vsn4ik)
* Licensed under the MIT license
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/js/i18n/ru.min.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Bootstrap-checkbox v1.3.1 (https://vsn4ik.github.io/bootstrap-checkbox/)
* Bootstrap-checkbox v1.3.2 (https://vsn4ik.github.io/bootstrap-checkbox/)
* Copyright 2013-2016 Vasily A. (https://github.com/vsn4ik)
* Licensed under the MIT license
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/js/i18n/tr.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Bootstrap-checkbox v1.3.1 (https://vsn4ik.github.io/bootstrap-checkbox/)
* Bootstrap-checkbox v1.3.2 (https://vsn4ik.github.io/bootstrap-checkbox/)
* Copyright 2013-2016 Vasily A. (https://github.com/vsn4ik)
* Licensed under the MIT license
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/js/i18n/tr.min.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Bootstrap-checkbox v1.3.1 (https://vsn4ik.github.io/bootstrap-checkbox/)
* Bootstrap-checkbox v1.3.2 (https://vsn4ik.github.io/bootstrap-checkbox/)
* Copyright 2013-2016 Vasily A. (https://github.com/vsn4ik)
* Licensed under the MIT license
*/
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bootstrap-checkbox",
"version": "1.3.1",
"version": "1.3.2",
"description": "A checkbox component based on Bootstrap framework",
"keywords": [
"bootstrap",
Expand Down Expand Up @@ -31,14 +31,14 @@
"grunt-contrib-clean": "~0.7.0",
"grunt-contrib-compress": "~0.14.0",
"grunt-contrib-copy": "~0.8.2",
"grunt-contrib-jshint": "~0.11.3",
"grunt-contrib-uglify": "~0.11.0",
"grunt-contrib-jshint": "~0.12.0",
"grunt-contrib-uglify": "~0.11.1",
"grunt-ejs": "~0.3.0",
"grunt-jscs": "~2.5.0",
"highlight.js": "~9.1.0",
"jquery": "~2.2.0",
"load-grunt-tasks": "~3.4.0",
"octicons": "~3.3.0"
"octicons": "~3.4.1"
},
"spm": {
"main": "dist/js/bootstrap-checkbox.js",
Expand Down

0 comments on commit 536a079

Please sign in to comment.