Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F120689973
parents.js
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sun, Jul 6, 08:22
Size
231 B
Mime Type
text/x-java
Expires
Tue, Jul 8, 08:22 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
27230579
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
parents.js
View Options
import collectElements from './collectElements';
/**
* Collects all parent elements of a given element.
*
* @param node the element
*/
export default function parents(node) {
return collectElements(node, 'parentElement');
}
Event Timeline
Log In to Comment