Changes between Initial Version and Version 3 of Ticket #8235
- Timestamp:
- Feb 10, 2011, 2:06:16 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8235
- Property Owner set to [email protected]…
-
Property
Status
changed from
new
topending
-
Property
Component
changed from
unfiled
todata
-
Ticket #8235 – Description
initial v3 2 2 3 3 However, there is a bit in jQuery.data as follows: 4 4 {{{ 5 5 if ( (!id || (pvt && id && !cache[ id ][ internalKey ])) && getByName && data === undefined ) { 6 7 8 6 return; 7 } 8 }}} 9 9 this is causing a script error when cache[id] is null (a condition that is checked for subsequently). 10 10