Henrik Ravn

- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
-
Henrik Ravn created a post, How does ReSharper recognize a JavaScript constructor function?
Hi,Just started with R# and I'm getting warnings about naming inconsistencies in my constructor functions in some javscript code.Example code: function MyConstructor(a) { this.a = a; ...