Permalink
Browse files

Missing semicolon

  • Loading branch information...
1 parent 9f10b7b commit 543205234cdfd432f01daf76c31f50bc26332410 @flesler committed Feb 14, 2016
Showing with 2 additions and 2 deletions.
  1. +2 −2 README.md
View
@@ -117,7 +117,7 @@ $.scrollTo(100, {
onAfter: function() {
requestAnimationFrame(function() {
$(".result").addClass("selected");
- })
+ });
}
});
```
@@ -143,7 +143,7 @@ This plugin simplifies the creation of scrolling slideshows.
(The MIT License)
-Copyright (c) 2007-2015 Ariel Flesler <[email protected]>
+Copyright (c) 2007-2016 Ariel Flesler <[email protected]>
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the

0 comments on commit 5432052

Please sign in to comment.