throttle.js 122 B

12
  1. //>>built
  2. define(["../throttle","../on"],function(a,b){return function(c,d){return function(e,f){return b(e,c,a(f,d))}}});