ReSharper warning about unused parameter in JavaScript function -


if have function in javascript looks

function whatever(e, obj){     //here obj } 

resharper tells me "parameter 'e' never used". can rid of warning other doing pointless e?

update: of resharper 6.0 01 mar 2011 nightly build no longer issue.


Comments

Popular posts from this blog

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -