Changes between Initial Version and Version 1 of Ticket #8107
- Timestamp:
- 01/31/11 23:07:37 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8107
- Property Cc jaubourg added
- Property Priority changed from undecided to low
- Property Component changed from unfiled to ajax
- Property Status changed from new to open
-
Ticket #8107 – Description
initial v1 1 1 $.ajax( 'url' ); fails with 2 2 3 4 {{{ 3 5 Uncaught TypeError: Cannot use 'in' operator to search for 'context' in /echo/html 6 }}} 4 7 5 8 If the settings object (even if just {} ) is present, it works fine. Also, looks like unit tests passed cuz it was just calling $.ajax();
