Skip to content

Commit

Permalink
need to check these cases
Browse files Browse the repository at this point in the history
  • Loading branch information
zdwalter committed Mar 13, 2012
1 parent a3f1cd5 commit 4531d82
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions views/index.jade
Expand Up @@ -29,16 +29,16 @@ div#inputPane
| |
- f = true
a(href="#", onclick='load("#{href}");return false;') #{name}
center
p examples from
a(href="https://github.com/nzakas/professional-javascript/tree/master/edition2") professional-javascript
| :
- var f = false
each href, name in professional
- if (f)
| |
- f = true
a(href="#", onclick='load("#{href}");return false;') #{name}
//center
// p examples from
// a(href="https://github.com/nzakas/professional-javascript/tree/master/edition2") professional-javascript
// | :
// - var f = false
// each href, name in professional
// - if (f)
// | |
// - f = true
// a(href="#", onclick='load("#{href}");return false;') #{name}
Expand Down

0 comments on commit 4531d82

Please sign in to comment.