Skip to content

Instantly share code, notes, and snippets.

@gundamew
Last active January 19, 2021 10:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gundamew/d8d84c646abab459135ab2f7d8828948 to your computer and use it in GitHub Desktop.
Save gundamew/d8d84c646abab459135ab2f7d8828948 to your computer and use it in GitHub Desktop.
IIFE skeleton.
(function($, undefined) {
'use strict';
if (window.className !== undefined) {
return;
}
window.className = {
init: function() {
// code...
}
}
})(jQuery);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment