== to === via codacy reco

This commit is contained in:
kevin olson
2016-08-10 15:20:21 -07:00
parent 938c42c55b
commit 4a2e9909d0
+1 -1
View File
@@ -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];
}