Skip to content

Commit 06834cf

Browse files
committed
Demo example used an invalid intialization property. Resolved.
1 parent a28bccc commit 06834cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
});
1919
$("a.first").click(function(e){
2020
e.preventDefault();
21-
$("p").scrollintoview({ speed: "normal", complete: notify });
21+
$("p").scrollintoview({ duration: "normal", complete: notify });
2222
});
2323
});
2424
</script>

0 commit comments

Comments
 (0)