Fix comments indentation

This commit is contained in:
Frederic Junod
2018-07-17 09:12:50 +02:00
parent d0ab8dce38
commit 7e3e0e54ca
17 changed files with 412 additions and 412 deletions
+2 -2
View File
@@ -9,8 +9,8 @@ import {UNDEFINED} from './functions.js';
*/
class Disposable {
/**
* Clean up.
*/
* Clean up.
*/
dispose() {
if (!this.disposed_) {
this.disposed_ = true;