|
@@ -15787,9 +15787,9 @@ window.Modernizr = function(n, e, t) {
|
|
|
}
|
|
|
hot.prototype.dealIntersect = function(state){
|
|
|
if(state){
|
|
|
- this.titleElem.addClass('hotactive');
|
|
|
+ this.titleElem && this.titleElem.addClass('hotactive');
|
|
|
}else{
|
|
|
- this.titleElem.removeClass('hotactive');
|
|
|
+ this.titleElem && this.titleElem.removeClass('hotactive');
|
|
|
}
|
|
|
this.changeHighlightTex(state)
|
|
|
}
|