You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

11 lines
204 B

  1. var bootstrap = function ($, learun) {
  2. "use strict";
  3. var page = {
  4. init: function () {
  5. page.bind();
  6. },
  7. bind: function () {
  8. }
  9. };
  10. page.init();
  11. }