excess semicolon

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

View file

@ -45,6 +45,6 @@ class HoverIntent {
destroy() {
/* your code to "disable" the functionality, remove all handlers */
};
}
}