From 01ac079ded068f46a75531e68336008730612628 Mon Sep 17 00:00:00 2001 From: Shipow Date: Sat, 7 Nov 2015 11:08:02 +0100 Subject: [PATCH] fix(website): removed animation debug --- docs/js/home.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/js/home.js b/docs/js/home.js index 9ee7ff6b4c..345cee47fa 100644 --- a/docs/js/home.js +++ b/docs/js/home.js @@ -107,7 +107,7 @@ $(function () { }) .setTween(tl[i]) .offset(20) - .addIndicators() // add indicators (requires plugin) + // .addIndicators() // add indicators (requires plugin) .addTo(controller); }