dashboard.js 271 B

1234567891011
  1. define(['jquery', 'bootstrap', 'backend', 'addtabs', 'table', 'form'], function ($, undefined, Backend, Datatable, Table, Form) {
  2. var Controller = {
  3. index: function () {
  4. },
  5. massager: function () {
  6. }
  7. };
  8. return Controller;
  9. });