Skip to content

Instantly share code, notes, and snippets.

@rbackhouse
Created October 23, 2011 15:39
Show Gist options
  • Save rbackhouse/1307486 to your computer and use it in GitHub Desktop.
Save rbackhouse/1307486 to your computer and use it in GitHub Desktop.
Calendar AMD module
define([
'dojo',
'dijit/Calendar',
'dojo/domReady!'
], function (dojo, Calendar) {
var calendar = new Calendar({}, dojo.byId("calendarNode"));
return calendar;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment