Permalink
Please sign in to comment.
| @@ -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