Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9125082
append.js
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
238 B
Subscribers
None
append.js
View Options
import
creator
from
"../creator.js"
;
export
default
function
(
name
)
{
var
create
=
typeof
name
===
"function"
?
name
:
creator
(
name
);
return
this
.
select
(
function
()
{
return
this
.
appendChild
(
create
.
apply
(
this
,
arguments
));
});
}
File Metadata
Details
Attached
Mime Type
text/x-java
Expires
Sat, Jun 21, 8:01 PM (3 w, 1 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3269908
Attached To
rDWAPPS Web applications
Event Timeline
Log In to Comment