We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentea03ee2 commitf9d75c1Copy full SHA for f9d75c1
src/app.js
@@ -18,10 +18,10 @@ run(main, {
18
// driver function to interact with the DOM.
19
DOM:CycleDOM.makeDOMDriver('.todoapp'),
20
// THE INITAL HASH STREAM
21
-// Astream that only delivers the initial hash value.
+// Adriver that only delivers the initial hash value as source.
22
initialHash:()=>Observable.just(window.location.hash),
23
// THE HASH CHANGE STREAM
24
-// Astream that delivers the hash value on the hashChange event.
+// Adriver that delivers the hash value on the hashChange event, as source.
25
hashchange:()=>Observable.fromEvent(window,'hashchange'),
26
// THE STORAGE DRIVER
27
// The storage driver which can be used to access values for