Rivoreo Source Code Repositories
src.rivoreo.one
/
compiler-explorer
/
15ea5e164b55c2b5ee0d3b432e3984b8f361afd2
/
.
/
lib
/
sources
/
browser.js
blob: 4127f59c4764fd11b9ca6fcebf063d1a39a7a7b8 [
file
] [
log
] [
blame
] [
raw
]
(
function
()
{
// This is a fake plugin. All of the functionality is in the browser code.
exports
.
name
=
"Browser"
;
exports
.
urlpart
=
"browser"
;
}).
call
(
this
);