mirror of
https://github.com/filp/whoops.git
synced 2026-09-16 04:36:20 +00:00
== to === via codacy reco
This commit is contained in:
@@ -36,7 +36,7 @@ Zepto(function($) {
|
||||
$('.code-block').removeClass('prettyprint');
|
||||
|
||||
// pass the id in when we can for speed
|
||||
if (typeof(id) == 'undefined' || typeof(id) == 'object') {
|
||||
if (typeof(id) === 'undefined' || typeof(id) === 'object') {
|
||||
var id = /frame\-line\-([\d]*)/.exec($activeLine.attr('id'))[1];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user