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

function of finding a node #16

Open
nir0 opened this issue Jun 11, 2021 · 0 comments
Open

function of finding a node #16

nir0 opened this issue Jun 11, 2021 · 0 comments
Assignees

Comments

@nir0
Copy link

nir0 commented Jun 11, 2021

in the code we got:

  if(typeof insertionNode === 'function') {
    if(insertionTraversal) {
      console.warn('association-insertion-traversal is ignored, because association-insertion-node is given as a function.');
    }
    return insertionNode(btn);
  }

how exactly do you pass a function to this data attribute?

i've tried multiple times, it always stores function as a string.

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

No branches or pull requests

2 participants