Skip to content

Commit

Permalink
fixed getActiveElement docs
Browse files Browse the repository at this point in the history
  • Loading branch information
acburst committed Jun 21, 2017
1 parent e70fe10 commit f95d361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jade/page-contents/scrollspy_content.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ <h4>jQuery Plugin Options</h4>

Default: <pre><code class="language-javascript">
function(id) {
return 'a[href=#' + id + ']';
return 'a[href="#' + id + '"]';
}
</code></pre>
</td>
Expand Down

0 comments on commit f95d361

Please sign in to comment.