@@ -13,7 +13,7 @@ var hashClear = require('./_hashClear'),
*/
functionHash(entries){
varindex=-1,
length=entries?entries.length:0;
length=entries==null?0:entries.length;
this.clear();
while(++index<length){
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.