Skip to content

Commit

Permalink
Version header #10
Browse files Browse the repository at this point in the history
  • Loading branch information
jwgmeligmeyling committed Nov 7, 2013
1 parent 728d591 commit b7715d2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion jw-jqm-cal.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
theme : "c",
// Date variable to determine which month to show and which date to select
date : new Date(),
// Version
version: "1.0.0",
// Array of month strings (calendar header)
months : ["January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"],
// Array of day strings (calendar header)
Expand Down Expand Up @@ -230,4 +232,4 @@
});
}

})(jQuery);
})(jQuery);

0 comments on commit b7715d2

Please sign in to comment.