/chrome/js/iscroll/ender.js

https://github.com/hpkunduru/POSTMan-Chrome-Extension · JavaScript · 7 lines · 7 code · 0 blank · 0 comment · 0 complexity · d00243f4372e64a22b1f7dc95ed3d0e5 MD5 · raw file

  1. !function ($, iScroll) {
  2. $.ender({
  3. iScroll: function (options) {
  4. return new iScroll(this[0], options)
  5. }
  6. }, true)
  7. }(ender, require('iscroll').iScroll)