##// END OF EJS Templates
spelling fixes
andrei -
r25:35af87458b03 propose observables
parent child
Show More
1 NO CONTENT: file renamed from docs/cancellations.ru.md to docs/en/cancellations.md
@@ -31,7 +31,7 events.on(
31 31 // обработчик очередного события
32 32 msg => {
33 33 progress.setValue(msg);
34 }.
34 },
35 35 // обработчик ошибки
36 36 e => {
37 37 progress.showError(e);
1 NO CONTENT: file copied from docs/cancellations.ru.md to docs/ru/cancellations.md
@@ -31,7 +31,7 events.on(
31 31 // обработчик очередного события
32 32 msg => {
33 33 progress.setValue(msg);
34 }.
34 },
35 35 // обработчик ошибки
36 36 e => {
37 37 progress.showError(e);
@@ -64,7 +64,7 export class Observable<T> implements IO
64 64 destroy() {
65 65 me._removeObserver(this);
66 66 }
67 }
67 };
68 68
69 69 this._addObserver(observer);
70 70
General Comments 0
You need to be logged in to leave comments. Login now