Created
October 13, 2015 16:06
-
-
Save jennschiffer/39751c7d579106dc6a69 to your computer and use it in GitHub Desktop.
the best image carousel plugin, requires jquery
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(function(){ | |
console.log('You do not need an image carousel.'); | |
}()); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Since you're not setting any variables, you're actually better off not using IIFE, and instead doing the following:
(I moved the code to server-side execution for Performance™)