Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F95171058
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
Fri, Dec 13, 10:35
Size
231 B
Mime Type
text/x-java
Expires
Sun, Dec 15, 10:35 (2 d)
Engine
blob
Format
Raw Data
Handle
22943225
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