Commit 6d451ad9 authored by Johann-S's avatar Johann-S
Browse files

Change destroy -> dispose

parent c34fdd41
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment