Skip to content

Commit f2c1cf1

Browse files
committed
Merge pull request uxsolutions#111 from zgohr/master
Final line of javascript needs a semicolon in order to play nicely with
2 parents f769f2e + 5c67a25 commit f2c1cf1

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
@@ -790,4 +790,4 @@
790790
'</div>'+
791791
'</div>';
792792

793-
}( window.jQuery )
793+
}( window.jQuery );

0 commit comments

Comments
 (0)