define(['jquery', 'bootstrap', 'frontend', 'form', 'template'], function ($, undefined, Frontend, Form, Template) { var Controller = { index: function () { $(function () { $(".footer-link a").tooltip({html : true });}); } }; return Controller; });