Merge pull request #13 from nicholasareed/master
Missing # in front page doc
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -30,7 +30,7 @@ Describe your UI directly in the DOM using data attributes: | ... | @@ -30,7 +30,7 @@ Describe your UI directly in the DOM using data attributes: |
30 | 30 | ||
31 | Then tell Rivets.js what model(s) to bind to what part of the DOM: | 31 | Then tell Rivets.js what model(s) to bind to what part of the DOM: |
32 | 32 | ||
33 | rivets.bind($('auction'), {auction: auction, user: currentUser}); | 33 | rivets.bind($('#auction'), {auction: auction, user: currentUser}); |
34 | 34 | ||
35 | ## Configuring | 35 | ## Configuring |
36 | 36 | ... | ... |
-
Please register or sign in to post a comment