Skip to content

Commit b7715d2

Browse files
Version header #10
1 parent 728d591 commit b7715d2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

jw-jqm-cal.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
theme : "c",
1313
// Date variable to determine which month to show and which date to select
1414
date : new Date(),
15+
// Version
16+
version: "1.0.0",
1517
// Array of month strings (calendar header)
1618
months : ["January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"],
1719
// Array of day strings (calendar header)
@@ -230,4 +232,4 @@
230232
});
231233
}
232234

233-
})(jQuery);
235+
})(jQuery);

0 commit comments

Comments
 (0)