Created by: Johann-S
This PR will remove the use of $.extend
in favor of this awesome ES6 feature : https://babeljs.io/docs/plugins/transform-object-rest-spread/ which will do the same as $.extend
but without jQuery
Currently I only made the change for our Tooltips but if everybody is ok I'll do the same for our other plugins