jquery-mobile-datepicker-wrapper
jquery-mobile-datepicker-wrapper copied to clipboard
Fixed the creation of an inline datepicker
In the _create method a this.calendar reference was used but this is always undefined because the calendar local variable is used. Just replaced it with the variable.