Glen Little
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 3
-
Glen Little created a post, 9.1.1 RC expired?
Hi,It looks like the RC code available from (http://confluence.jetbrains.com/display/ReSharper/ReSharper+9.1.1+EAP) is expired.I now get this message: "Free trial period of ReSharper 9.1.1 RC is ov... -
Glen Little created a post, Javascript warning: "Function X is used before it is declared"
Functions can be defined in two ways:function foo() {}and var foo = function() {};The warning "Function X is used before it is declared" is only valid for the second format. The first version shou...