From 6f064918bf7586f84bd3c5dccfce625fac5f3da7 Mon Sep 17 00:00:00 2001 From: Richard Feldman Date: Sat, 5 Mar 2016 08:28:22 -0800 Subject: [PATCH] Update READMEs and clean up some dead code. --- stages/1/README.md | 8 +------- stages/2/README.md | 8 +------- stages/2/src/ElmHub.elm | 8 -------- stages/3/README.md | 6 ------ stages/4/README.md | 8 +------- stages/5/README.md | 2 +- 6 files changed, 4 insertions(+), 36 deletions(-) diff --git a/stages/1/README.md b/stages/1/README.md index 45dfaf0..6fb56da 100644 --- a/stages/1/README.md +++ b/stages/1/README.md @@ -1,4 +1,4 @@ -Stage 3 +Stage 1 ======= ## Install the Project @@ -9,12 +9,6 @@ Run this at the terminal: npm install ``` -## Run Tests - -```bash -npm test -``` - ## Engage Auto-Rebuilding ```bash diff --git a/stages/2/README.md b/stages/2/README.md index 45dfaf0..652ae33 100644 --- a/stages/2/README.md +++ b/stages/2/README.md @@ -1,4 +1,4 @@ -Stage 3 +Stage 2 ======= ## Install the Project @@ -9,12 +9,6 @@ Run this at the terminal: npm install ``` -## Run Tests - -```bash -npm test -``` - ## Engage Auto-Rebuilding ```bash diff --git a/stages/2/src/ElmHub.elm b/stages/2/src/ElmHub.elm index 4450443..f3866cb 100644 --- a/stages/2/src/ElmHub.elm +++ b/stages/2/src/ElmHub.elm @@ -79,14 +79,6 @@ view address model = ] -onInput address wrap = - on "input" targetValue (\val -> Signal.message address (wrap val)) - - -defaultValue str = - property "defaultValue" (Json.Encode.string str) - - viewSearchResult : Address Action -> SearchResult -> Html viewSearchResult address result = li diff --git a/stages/3/README.md b/stages/3/README.md index 45dfaf0..3846410 100644 --- a/stages/3/README.md +++ b/stages/3/README.md @@ -9,12 +9,6 @@ Run this at the terminal: npm install ``` -## Run Tests - -```bash -npm test -``` - ## Engage Auto-Rebuilding ```bash diff --git a/stages/4/README.md b/stages/4/README.md index 45dfaf0..15170d5 100644 --- a/stages/4/README.md +++ b/stages/4/README.md @@ -1,4 +1,4 @@ -Stage 3 +Stage 4 ======= ## Install the Project @@ -9,12 +9,6 @@ Run this at the terminal: npm install ``` -## Run Tests - -```bash -npm test -``` - ## Engage Auto-Rebuilding ```bash diff --git a/stages/5/README.md b/stages/5/README.md index 45dfaf0..62e155a 100644 --- a/stages/5/README.md +++ b/stages/5/README.md @@ -1,4 +1,4 @@ -Stage 3 +Stage 5 ======= ## Install the Project