No animate() in Zepto.

This commit is contained in:
Franz Liedke
2014-01-18 15:07:23 +01:00
parent 2852d3be18
commit fd469f86dc
+1 -1
View File
@@ -38,7 +38,7 @@ Zepto(function($) {
highlightCurrentLine();
$container.animate({ scrollTop: headerHeight }, "fast");
$container.scrollTop(headerHeight);
}
});
});