Glen Little

Avatar
  • Total activity 6
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 1
  • Subscriptions 3
  • Created

    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...
    • 2 followers
    • 4 comments
    • 0 votes
  • Created

    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...
    • 3 followers
    • 2 comments
    • 0 votes