Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implementation2 object #38

Open
wants to merge 1 commit into
base: SingleStepCoreEngine
Choose a base branch
from

Conversation

vtaneka
Copy link
Collaborator

@vtaneka vtaneka commented Mar 23, 2017

No description provided.

@vtaneka vtaneka changed the base branch from develop to SingleStepCoreEngine March 23, 2017 05:25
@vtaneka vtaneka changed the base branch from SingleStepCoreEngine to SingleStepClosureImplementation March 23, 2017 05:33

}
getSelDragCell(paramValueObj){
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

name of paramValueObj can be changed to params


if(skillobject[functionName]){
var finalValue = skillobject[functionName](paramsArr);
var finalValue = skillobject[functionName](paramsObj);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

attrName will be used to get value translated from component handler

@tushar-compro tushar-compro changed the base branch from SingleStepClosureImplementation to SingleStepCoreEngine March 23, 2017 06:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants