define(['jquery', 'bootstrap', 'backend', 'addtabs', 'table', 'form'], function ($, undefined, Backend, Datatable, Table, Form) { var Controller = { index: function () { }, massager: function () { } }; return Controller; });