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.

pictureupload.js 182 B

4 years ago
123456789
  1. (function () {
  2. var page = {
  3. isScroll: true,
  4. init: function ($page) {
  5. $page.find('#picture1').imagepicker();
  6. }
  7. };
  8. return page;
  9. })();