Make sure these functions don't bleed into the global scope
This makes sure that all of these functions are assigned to variables assigned to the current scope, rather than the global scope. It also adds a trailing semi-colon to make sure various linters are happy.
Loading
Please register or sign in to comment