Skip to content

Commit 93136a9

Browse files
author
Tero Piirainen
committed
Merge branch 'master' of git@github.com:tipiirai/jquerytools
conflict fix Conflicts: src/form/form.datepicker.js
2 parents e028661 + d5fa4e7 commit 93136a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/form/form.datepicker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*/
1919
(function($) {
2020

21-
$.tools = $.tools || {};
21+
$.tools = $.tools || {};
2222
$.tools.form = $.tools.form || {};
2323

2424
var instances = [], tool = $.tools.form.datepicker = {

0 commit comments

Comments
 (0)