diff --git a/jade/page-contents/scrollfire_content.html b/jade/page-contents/scrollfire_content.html index 5fa8692c1b..91fb867f3b 100644 --- a/jade/page-contents/scrollfire_content.html +++ b/jade/page-contents/scrollfire_content.html @@ -13,7 +13,7 @@
var options = [
- {selector: '.class', offset: 200, callback: customCallbackFunc } },
+ {selector: '.class', offset: 200, callback: customCallbackFunc },
{selector: '.other-class', offset: 200, callback: function() {
customCallbackFunc();
} },