Skip to content

Commit

Permalink
Readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
iamjpg committed May 17, 2012
1 parent 12a9728 commit 9da9b09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -16,8 +16,8 @@ If you already source these plugins, you'll want to remove them from the calenda
$("#calendar-container").calendar({
tipsy_gravity: 's', // How do you want to anchor the tipsy notification? (n / s / e / w)
click_callback: function(date) {
alert(date);
}, // Callback to return the clicked date
console.log(date);
}, // Callback to return the clicked date object
year: "2012", // Optional start year, defaults to current year - pass in a year - Integer or String
scroll_to_date: false // Scroll to the current day?
});
Expand Down

0 comments on commit 9da9b09

Please sign in to comment.