mirror of https://github.com/toddmotto/echo.git
Browse Source
parseInt(opt || fallback, 10); was defaulting the timeout of echo.js to 10 milliseconds which caused echo.js to not work on longer loading pages. delay = optionToInt(opts.throttle, 250); will now either take the delay that the user has chosen or default to 250 millisecondspull/97/head
Jon Raymond Melchizedek Day
9 years ago
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue