I recently updated to the most recent version of Kibana. Even after clearing my browser cache, this bug repros in Chrome, FF, and Safari. When I hover over a chart data point, I see the following in the javascript console:
"Uncaught TypeError: Object [object Object] has no method 'place_tt'".
'place_tt' is a method added to the jQuery prototype (fn) in jquery.extended.js. This code is embedded into 'app.js' during a build. Unfortunately, I do not have much experience with require.js and am having difficulty root causing the issue.
It looks like require.js integration happened recently, so is this a possible regression?