Skip to content

Commit

Permalink
Fixed curly brackets typo
Browse files Browse the repository at this point in the history
  • Loading branch information
florianmrz authored Jul 23, 2017
1 parent 9a47091 commit 3b51901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jade/page-contents/scrollfire_content.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ <h4>Introduction</h4>
<h4>jQuery Plugin Initialization</h4>
<pre><code class="language-javascript col s12">
var options = [
{selector: '.class', offset: 200, callback: customCallbackFunc } },
{selector: '.class', offset: 200, callback: customCallbackFunc },
{selector: '.other-class', offset: 200, callback: function() {
customCallbackFunc();
} },
Expand Down

0 comments on commit 3b51901

Please sign in to comment.