Closed elprogresivo closed 10 years ago
Drastical performance degradation when trying to catch error. See http://jsperf.com/try-catch-jbone/5 . In ff, perf even worse than when actually making query selector.
@elprogresivo this try catch used in cases like this: $('#')
try catch
$('#')
Drastical performance degradation when trying to catch error. See http://jsperf.com/try-catch-jbone/5 . In ff, perf even worse than when actually making query selector.