/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
- !function ($, iScroll) {
- $.ender({
- iScroll: function (options) {
- return new iScroll(this[0], options)
- }
- }, true)
- }(ender, require('iscroll').iScroll)