Rivoreo Source Code Repositories
src.rivoreo.one
/
compiler-explorer
/
c560ee55089495910fa757ccddbd05607a62b5d8
/
.
/
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
);