Dmitry Zinovyev
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
-
Dmitry Zinovyev created a post, How to make such refactor?
I have method declaration:public function update(card:CardVO):void {}I want to declare class field with same name as method parameter and initiate it with parameter value:private var card:CardVO;pu...