Format snippets

This commit is contained in:
Isabelle Viktoria Maciohsek
2020-11-03 22:11:18 +02:00
parent 15dcd4d184
commit 05e3f6dc07
13 changed files with 42 additions and 26 deletions

View File

@@ -28,5 +28,6 @@ var view = {
}
};
bindAll(view, 'click');
document.body.addEventListener('click', view.click); // Log 'clicked docs' when clicked.
document.body.addEventListener('click', view.click);
// Log 'clicked docs' when clicked.
```