2f1c398b by Nicholas Reed

Missing #

1 parent 472cd08f
...@@ -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
......