Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

t/6: Basic DOM utils. #28

Merged
merged 2 commits into from
May 4, 2016
Merged

t/6: Basic DOM utils. #28

merged 2 commits into from
May 4, 2016

Conversation

pjasiun
Copy link

@pjasiun pjasiun commented May 4, 2016

* @param {Object} attributes Object keys will become attributes keys and object values will became attributes values.
* @param {Node|String|Array.<Node|String>} children Child or array of children. Strings will be automatically turned
* into Text nodes.
* @returns {Element} Created element.
Copy link
Member

Choose a reason for hiding this comment

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

Missing @method utils.dom.foo in all files

Copy link
Author

Choose a reason for hiding this comment

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

Fixed.

@Reinmar
Copy link
Member

Reinmar commented May 4, 2016

Reviewed, and it's OK. I haven't run tests though – make sure it's green ;).

@Reinmar Reinmar merged commit 7270c01 into master May 4, 2016
@Reinmar Reinmar deleted the t/6 branch May 4, 2016 13:16
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DOM utils
2 participants