7 lines
150 B
JavaScript
7 lines
150 B
JavaScript
mergeInto(LibraryManager.library, {
|
|
sample_function__sig: 'v',
|
|
sample_function: function() {
|
|
alert("Something happened!");
|
|
},
|
|
});
|