Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf9d75c1

Browse files
committed
comment fix
1 parentea03ee2 commitf9d75c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/app.js‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ run(main, {
1818
// driver function to interact with the DOM.
1919
DOM:CycleDOM.makeDOMDriver('.todoapp'),
2020
// THE INITAL HASH STREAM
21-
// Astream that only delivers the initial hash value.
21+
// Adriver that only delivers the initial hash value as source.
2222
initialHash:()=>Observable.just(window.location.hash),
2323
// THE HASH CHANGE STREAM
24-
// Astream that delivers the hash value on the hashChange event.
24+
// Adriver that delivers the hash value on the hashChange event, as source.
2525
hashchange:()=>Observable.fromEvent(window,'hashchange'),
2626
// THE STORAGE DRIVER
2727
// The storage driver which can be used to access values for

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp