From: Johann-S Date: Wed, 16 Sep 2015 07:46:55 +0000 (+0200) Subject: Change destroy -> dispose X-Git-Tag: v4.0.0-alpha.5~16^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F17614%2Fhead;p=thirdparty%2Fbootstrap.git Change destroy -> dispose --- diff --git a/js/src/tooltip.js b/js/src/tooltip.js index 151cd6f515..55b9d58984 100644 --- a/js/src/tooltip.js +++ b/js/src/tooltip.js @@ -612,7 +612,7 @@ const Tooltip = (($) => { let _config = typeof config === 'object' ? config : null - if (!data && /destroy|hide/.test(config)) { + if (!data && /dispose|hide/.test(config)) { return }