Search and Top Navigation
#8422 closed bug (notabug)
Opened July 03, 2012 08:32PM UTC
Closed July 03, 2012 09:24PM UTC
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
Attachments (0)
Change History (1)
Changed July 03, 2012 09:24PM UTC by comment:1
resolution: | → invalid |
---|---|
status: | new → closed |
So change it or don't use it? The debug flag certainly won't exist in the rewrite.