Echo JS 0.11.0

<~>

sbruchmann comments

sbruchmann 2819 days ago. link 2 points
```javascript
function cancelKeepAlive() {
    if (timerId) {
        cancelTimeout(timerId);
    }
}
```

Did you mean `clearTimeout`?
sbruchmann 2822 days ago. link 1 point
> Not JavaScript, just CSS.

Wrong. There’s a webpack.config.js in the repository.</sarcasm>

Also: The ‘Just Scroll’ on the demo page is below the fold on my screen.
[more]