excess semicolon

excess semicolon after the 'destroy' method
This commit is contained in:
Prokhor 2018-10-28 16:43:47 +03:00 committed by GitHub
parent e4be3724a4
commit e92f02a395
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -101,6 +101,6 @@ class HoverIntent {
elem.removeEventListener('mousemove', this.onMouseMove);
elem.removeEventListener('mouseover', this.onMouseOver);
elem.removeEventListener('mouseout', this.onMouseOut);
};
}
}