Skip to content

Commit 8433f6b

Browse files
author
Dmitry Kuzin (DevExpress)
committed
1 parent 9f42bf7 commit 8433f6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrapdatepicker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
function init(Survey) {
2-
if (!!$.fn.bootstrapDP && !!$.fn.datepicker.noConflict) {
2+
if (!$.fn.bootstrapDP && !!$.fn.datepicker.noConflict) {
33
$.fn.bootstrapDP = $.fn.datepicker;
44
}
55
var widget = {

0 commit comments

Comments
 (0)