Skip to content

Commit

Permalink
fixing drinking bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Breed committed Feb 5, 2012
1 parent 90bf2ff commit 84572d1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/stouts.js
Expand Up @@ -77,7 +77,7 @@ var Drinks = Backbone.Collection.extend({
} else {

beer = new Drink({
beer: slug,
beer: data.slug,
user: user,
count: 1
});
Expand Down
2 changes: 1 addition & 1 deletion assets/js/src/app.js
Expand Up @@ -552,7 +552,7 @@ var Drinks = Backbone.Collection.extend({
} else {

beer = new Drink({
beer: slug,
beer: data.slug,
user: user,
count: 1
});
Expand Down
2 changes: 1 addition & 1 deletion assets/js/src/app.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 84572d1

Please sign in to comment.