Opened 11 years ago
Closed 11 years ago
#8422 closed bug (notabug)
jquery.ui.datepicker.min.js internet explorer 8,9 console.log
Reported by: | zeuzmac | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.9.0 |
Component: | ui.datepicker | Version: | 1.8.21 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
jquery.ui.datepicker: /* Debug logging (if enabled). */
log: function () {
if (this.debug)
console.log.apply(, arguments);
},
jquery.ui.datepicker.min.js: log:function(){this.debug&&console.log.apply("",arguments)}
this make I.E. send error about console dont exist
Note: See
TracTickets for help on using
tickets.
So change it or don't use it? The debug flag certainly won't exist in the rewrite.