Skip to content

Commit 87e5eb2

Browse files
jacobgunnarssontmorehouse
authored andcommitted
fix(tooltip): Emit correct $root event name (#1094)
fix(tooltip): Emit correct $root event name
1 parent 51db684 commit 87e5eb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/classes/tooltip.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { from as arrayFrom } from '../utils/array';
44
import { closest, select, isVisible, isDisabled, getCS, addClass, removeClass, hasClass, setAttr, removeAttr, getAttr, eventOn, eventOff } from '../utils/dom';
55
import BvEvent from './BvEvent';
66

7-
const NAME = 'tooltp';
7+
const NAME = 'tooltip';
88
const CLASS_PREFIX = 'bs-tooltip';
99
const BSCLS_PREFIX_REGEX = new RegExp(`\\b${CLASS_PREFIX}\\S+`, 'g');
1010

0 commit comments

Comments
 (0)