diff --git a/lib/V3/tooltip-native.js b/lib/V3/tooltip-native.js index 4e4ce0c2..fc651ee4 100644 --- a/lib/V3/tooltip-native.js +++ b/lib/V3/tooltip-native.js @@ -10,8 +10,8 @@ var Tooltip = function( element,options ) { element = queryElement(element); // DATA API - var animationData = element[getAttribute](dataAnimation); - placementData = element[getAttribute](dataPlacement); + var animationData = element[getAttribute](dataAnimation), + placementData = element[getAttribute](dataPlacement), delayData = element[getAttribute](dataDelay), containerData = element[getAttribute](dataContainer),