Skip to content

Conversation

@btecu
Copy link
Contributor

@btecu btecu commented Mar 15, 2020

Small change to remove more jQuery dependencies, although I haven't tested it.

let node = el.gridstackNode;
if (node) { domNodes.push(node); }
});
Array.from(this.el.children)
Copy link
Member

Choose a reason for hiding this comment

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

thank you! I think there is a 4th one (checks for ':not(.' + this.opts.placeholderClass + ') which we can always do, and should be extracted into a convenience routine.
I can do that.

@adumesny adumesny merged commit fb5db33 into gridstack:typescript Mar 15, 2020
@adumesny adumesny changed the title No more $(el).children() TS: No more $(el).children() Mar 15, 2020
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