Created
April 7, 2019 18:56
-
-
Save kudinovfedor/1a1719f8bd7551815e70559ab741949d to your computer and use it in GitHub Desktop.
IIFE + DOMContentLoaded
This file contains hidden or 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
((w, d, $) => { | |
'use strict'; | |
d.addEventListener('DOMContentLoaded', () => { | |
}); | |
$(() => { | |
}); | |
})(window, document, jQuery); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment