-
-
Notifications
You must be signed in to change notification settings - Fork 484
Closed
Labels
Description
Hey guys!
I'm running into an issue using popovers, seems they are having trouble. Starting up my application shows an error
Uncaught ReferenceError: Tooltip is not defined popover.js?7071:formatted:93
The referenced line of code in the bootstrap file popover.js
shows...
var Default = $.extend({}, Tooltip.Default, {
...
});
popovers seem to be working fine in alpha 4, so I'm submitting the issue here. Correct me if I'm mistaken, I could be missing something here.
Andrey-Pavlov