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