Changes between Initial Version and Version 1 of Ticket #32358, comment 23
- Timestamp:
- 06/29/2016 11:45:05 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32358, comment 23
initial v1 7 7 And what would you do next after knowing the line number and eventually the var name? Look at the trace to see which of your functions called jQuery of course. I bet the error will always be in your function not in the library. 8 8 9 And what is stopping you do the same when jQuery i nminified? Well, nothing really. The trace is the part you really want/need to debug it :)9 And what is stopping you do the same when jQuery is minified? Well, nothing really. The trace is the part you really want/need to debug it :) 10 10 11 11 > That will compress to well below 100 KiB. Adding 100 KiB to the 7.4 MiB (zipped) or 6.8 MiB (tarball) Wordpress 4.4.2 is beyond negligible.