Kang Trung

- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
-
Kang Trung created a post, Intellisense & Outline is not correct with javascript, IDE didn't know existence of a, b functions in MyClass.
I have a code as in below:var MyClass = function(){};var $p = MyClass;$p.prototype = { a: function(){}, b: function(){}};Result: IDE didn't know existence of a, b functions in MyClass.