Opened 10 years ago
Closed 10 years ago
#13235 closed bug (fixed)
Getting defaultDisplay
Reported by: | qeremy | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | 1.9 |
Component: | css | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Line: 9028
Code: if ( !iframeDoc || !iframe.createElement )
Should be? if ( !iframeDoc || !iframeDoc.createElement )
'Cos after this line, jq using iframeDoc.createElement
.
Change History (1)
comment:1 Changed 10 years ago by
Component: | unfiled → css |
---|---|
Milestone: | None → 1.9 |
Priority: | undecided → low |
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Thanks for the sharp eyes. It is fixed in version 1.9, which was just released this week.