1 2 3 4 5 6 7
var mylib = {}; mylib.lib_function = function() { console.log('lib_function'); } mergeInto(LibraryManager.library, mylib);