datepicker icon indicating copy to clipboard operation
datepicker copied to clipboard

bug in example

Open davidmoshal opened this issue 12 years ago • 0 comments

index.js line 26:

this.cal.el.addClass('datepicker-calendar');

should be:

this.cal.addClass('datepicker-calendar');

davidmoshal avatar Jan 10 '14 00:01 davidmoshal