X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=lib%2Fdojo%2Fon%2Fdebounce.js;fp=lib%2Fdojo%2Fon%2Fdebounce.js;h=2a04403d2c0d36fa72c8b3f54e6ac37c3b064683;hb=6887a0f57307820b097b51aee952c555bcf69024;hp=0000000000000000000000000000000000000000;hpb=9f539be3c2c93ce358b10ca396e922b3b99b56ea;p=tt-rss.git diff --git a/lib/dojo/on/debounce.js b/lib/dojo/on/debounce.js new file mode 100644 index 00000000..2a04403d --- /dev/null +++ b/lib/dojo/on/debounce.js @@ -0,0 +1,8 @@ +/* + Copyright (c) 2004-2016, The JS Foundation All Rights Reserved. + Available via Academic Free License >= 2.1 OR the modified BSD license. + see: http://dojotoolkit.org/license for details +*/ + +//>>built +define("dojo/on/debounce",["../debounce","../on","./asyncEventListener"],function(_1,on,_2){return function(_3,_4){return function(_5,_6){return on(_5,_3,_2(_1(_6,_4)));};};}); \ No newline at end of file