From c44db783bf17c907dd46f53fdaa917ec74ffbded Mon Sep 17 00:00:00 2001 From: Johann-S Date: Wed, 25 Jul 2018 11:29:16 +0200 Subject: chore(update): bump to 4.1.3 --- js/tests/unit/tooltip.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'js/tests/unit/tooltip.js') diff --git a/js/tests/unit/tooltip.js b/js/tests/unit/tooltip.js index 23cd0cafd..47425dd57 100644 --- a/js/tests/unit/tooltip.js +++ b/js/tests/unit/tooltip.js @@ -1034,7 +1034,7 @@ $(function () { var $tipTest = $('
') .appendTo('#qunit-fixture') - var tooltip = $tooltip.data('bs.tooltip') + var tooltip = Tooltip._getInstance($tooltip[0]) tooltip.tip = null tooltip._handlePopperPlacementChange({ @@ -1054,7 +1054,7 @@ $(function () { .appendTo('#qunit-fixture') .bootstrapTooltip() - var tooltip = $tooltip.data('bs.tooltip') + var tooltip = Tooltip._getInstance($tooltip[0]) assert.strictEqual(tooltip._isEnabled, true) -- cgit v1.2.3