6 lines
142 B
JavaScript
6 lines
142 B
JavaScript
mergeInto(LibraryManager.library, {
|
|
OpenNewWindow: function (str) {
|
|
window.open(Pointer_stringify(str),"_self");
|
|
},
|
|
});
|