mirror of
https://github.com/jaandrle/deka-dom-el
synced 2025-07-01 20:32:13 +02:00
💥 docs observables
This commit is contained in:
@ -60,7 +60,7 @@ observable.on= function on(o, listener, options= {}){
|
||||
//TODO cleanup when observable removed
|
||||
};
|
||||
observable.symbols= {
|
||||
observable: mark,
|
||||
//observable: mark,
|
||||
onclear: Symbol.for("Observable.onclear")
|
||||
};
|
||||
observable.clear= function(...observables){
|
||||
|
Reference in New Issue
Block a user