Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'section_5_3' into section_5_5
  • Loading branch information
Noel Rappin committed Aug 17, 2012
2 parents ace05bd + 2ccdd00 commit 7dc8539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/javascripts/toggler.js
Expand Up @@ -20,7 +20,7 @@ var togglePrototype = {
},

detailElement: function() {
return this.link.parent().find(this.detailSelector)
return this.$link.parent().find(this.detailSelector)
},

isDetailHidden: function() {
Expand Down

0 comments on commit 7dc8539

Please sign in to comment.