Skip to content
This repository was archived by the owner on Aug 5, 2020. It is now read-only.

Commit add4f0d

Browse files
author
Helen
committed
Namespace the click event
1 parent c3eb0c7 commit add4f0d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dist/bellows.js

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

3434
Bellows.DEFAULTS = {
3535
singleItemOpen: false,
36-
event: 'click',
36+
event: 'click.bellow',
3737
duration: 200,
3838
easing: 'swing',
3939
open: $.noop,

dist/bellows.min.js

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

src/js/bellows.js

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

3434
Bellows.DEFAULTS = {
3535
singleItemOpen: false,
36-
event: 'click',
36+
event: 'click.bellow',
3737
duration: 200,
3838
easing: 'swing',
3939
open: $.noop,

0 commit comments

Comments
 (0)