/scratch/workspace/artdaq_demo-release-build/SLF6/s50-e14-debug/build/artdaq_node_server/v1_00_09/src/node_modules/xml2js/node_modules/xmlbuilder/node_modules/lodash/throttle.js

// Avoid excessively updating the position while scrolling. jQuery(window).on('scroll', _.throttle(updatePosition, 100));

// Invoke `renewToken` when the click event is fired, but not more than once every 5 minutes. var throttled = _.throttle(renewToken, 300000, { 'trailing': false }); jQuery(element).on('click', throttled);

// Cancel the trailing throttled invocation. jQuery(window).on('popstate', throttled.cancel);

 All Classes Namespaces Files

Generated on 8 Aug 2017 for artdaq_node_server by  doxygen 1.6.1