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.

icon.js 131 B

4 years ago
12345678
  1. (function () {
  2. var page = {
  3. isScroll: true,
  4. init: function ($page) {
  5. }
  6. };
  7. return page;
  8. })();