Korbinriya3013
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Edited JavaScript - definition hash-tables
We use in our JS-based project hash tables, and can't get autocomplete, find usages etc. Example code: upsersvar Class1 = function(){ this.Method1 = function(a, b){}}var c = new Class1();c.Method1...