Skip to content

Commit eb74db5

Browse files
author
Prokhor
authored
excess semicolon
excess semicolon after the 'destroy' method
1 parent e92f02a commit eb74db5

File tree

1 file changed

+1
-1
lines changed
  • 2-ui/3-event-details/3-mousemove-mouseover-mouseout-mouseenter-mouseleave/2-hoverintent/source.view

1 file changed

+1
-1
lines changed

2-ui/3-event-details/3-mousemove-mouseover-mouseout-mouseenter-mouseleave/2-hoverintent/source.view/hoverIntent.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ class HoverIntent {
4545

4646
destroy() {
4747
/* your code to "disable" the functionality, remove all handlers */
48-
};
48+
}
4949

5050
}

0 commit comments

Comments
 (0)