Skip to content

Commit b30f51f

Browse files
committed
Remove extra comma
1 parent dc169de commit b30f51f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/bootstrap-datepicker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
[this.element.find('input'), {
131131
focus: $.proxy(this.show, this),
132132
keyup: $.proxy(this.update, this),
133-
keydown: $.proxy(this.keydown, this),
133+
keydown: $.proxy(this.keydown, this)
134134
}],
135135
[this.component, {
136136
click: $.proxy(this.show, this)

0 commit comments

Comments
 (0)