Changes between Initial Version and Version 1 of Ticket #10810, comment 3
- Timestamp:
- Nov 18, 2011, 9:25:26 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10810, comment 3
initial v1 1 1 Oh. Actually, now that you have mentioned it... 2 I include something like that (after jQuery is loaded, but before I use JSON.parse) - 2 I include something like that (after jQuery is loaded, but before I use {{{JSON.parse}}}) - 3 {{{ 3 4 if (!window.JSON) 4 5 { 5 6 window.JSON = {parse: $.parseJSON}; 6 7 } 7 Can you maybe add a check for that (JSON.parse !== $.parseJSON) in jQuery? 8 I prefer to use JSON.parse straight on instead of $.parseJSON every time)... 8 }}} 9 Can you maybe add a check for that ({{{JSON.parse !== $.parseJSON}}}) in jQuery? 10 I prefer to use {{{JSON.parse}}} straight on instead of {{{$.parseJSON}}} every time)...