Skip to content

Commit 833e9b7

Browse files
committed
small fixes
1 parent ac6a077 commit 833e9b7

30 files changed

+38
-38
lines changed

bootstrap-v3/popover/dist/css/bootstrap-popover-custom-class.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
22
* bootstrap-tooltip-custom-class
33
* v1.0.4
4-
* Extends Bootstrap Tooltip and Popover plugins by adding custom classes.
4+
* Extends Bootstrap Tooltips and Popovers by adding custom classes.
55
* Copyright (c) 2017 - 2020 Andrei Victor Bulearca - https://github.com/andreivictor/bootstrap-tooltip-custom-class#readme
66
* License: MIT
77
*/

bootstrap-v3/popover/dist/css/bootstrap-popover-custom-class.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bootstrap-v3/popover/dist/js/bootstrap-popover-custom-class.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
22
* bootstrap-tooltip-custom-class
33
* v1.0.4
4-
* Extends Bootstrap Tooltip and Popover plugins by adding custom classes.
4+
* Extends Bootstrap Tooltips and Popovers by adding custom classes.
55
* Copyright (c) 2017 - 2020 Andrei Victor Bulearca - https://github.com/andreivictor/bootstrap-tooltip-custom-class#readme
66
* License: MIT
77
*/

bootstrap-v3/popover/dist/js/bootstrap-popover-custom-class.min.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
22
* bootstrap-tooltip-custom-class
33
* v1.0.4
4-
* Extends Bootstrap Tooltip and Popover plugins by adding custom classes.
4+
* Extends Bootstrap Tooltips and Popovers by adding custom classes.
55
* Copyright (c) 2017 - 2020 Andrei Victor Bulearca - https://github.com/andreivictor/bootstrap-tooltip-custom-class#readme
66
* License: MIT
77
*/

bootstrap-v3/popover/src/less/variables.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//== Define Bootstrap variables for Popover
1+
//== Define Bootstrap variables for Popovers
22
//
33
//##
44

bootstrap-v3/tooltip/dist/css/bootstrap-tooltip-custom-class.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
22
* bootstrap-tooltip-custom-class
33
* v1.0.4
4-
* Extends Bootstrap Tooltip and Popover plugins by adding custom classes.
4+
* Extends Bootstrap Tooltips and Popovers by adding custom classes.
55
* Copyright (c) 2017 - 2020 Andrei Victor Bulearca - https://github.com/andreivictor/bootstrap-tooltip-custom-class#readme
66
* License: MIT
77
*/

bootstrap-v3/tooltip/dist/css/bootstrap-tooltip-custom-class.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bootstrap-v3/tooltip/dist/js/bootstrap-tooltip-custom-class.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
22
* bootstrap-tooltip-custom-class
33
* v1.0.4
4-
* Extends Bootstrap Tooltip and Popover plugins by adding custom classes.
4+
* Extends Bootstrap Tooltips and Popovers by adding custom classes.
55
* Copyright (c) 2017 - 2020 Andrei Victor Bulearca - https://github.com/andreivictor/bootstrap-tooltip-custom-class#readme
66
* License: MIT
77
*/
@@ -25,7 +25,7 @@
2525

2626
_show.apply(this);
2727

28-
if ( this.options.customClass ) {
28+
if (this.options.customClass) {
2929
var $tip = this.tip();
3030
$tip.addClass(this.options.customClass);
3131
}

bootstrap-v3/tooltip/dist/js/bootstrap-tooltip-custom-class.min.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
22
* bootstrap-tooltip-custom-class
33
* v1.0.4
4-
* Extends Bootstrap Tooltip and Popover plugins by adding custom classes.
4+
* Extends Bootstrap Tooltips and Popovers by adding custom classes.
55
* Copyright (c) 2017 - 2020 Andrei Victor Bulearca - https://github.com/andreivictor/bootstrap-tooltip-custom-class#readme
66
* License: MIT
77
*/

bootstrap-v3/tooltip/src/js/bootstrap-tooltip-custom-class.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
_show.apply(this);
1818

19-
if ( this.options.customClass ) {
19+
if (this.options.customClass) {
2020
var $tip = this.tip();
2121
$tip.addClass(this.options.customClass);
2222
}

0 commit comments

Comments
 (0)