Merge branch 'master' into develop

This commit is contained in:
Exodus4D
2017-07-22 10:14:55 +02:00
parent eebae77482
commit c877d9c7f8

View File

@@ -408,7 +408,9 @@ define([
}
// update tooltip placement based on system position
system.data('bs.tooltip').options.placement = getSystemTooltipPlacement(system);
if (system.data('bs.tooltip')) {
system.data('bs.tooltip').options.placement = getSystemTooltipPlacement(system);
}
// show() can be forced
if(options.show === true){