@@ -16,7 +16,7 @@ var before = require('./before');
* var initialize = _.once(createApplication);
* initialize();
* initialize();
* // `initialize` invokes `createApplication` once
* // => `createApplication` is invoked once
*/
functiononce(func){
returnbefore(2,func);
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.