once.js
Returns a function that will be executed at most one time, no matter how often you call it. Useful for lazy initialization.
once.js
Returns a function that will be executed at most one time, no matter how often you call it. Useful for lazy initialization.