mirror of
https://github.com/atlanticbiomedical/biomedjs.git
synced 2025-07-02 00:47:26 -04:00
8 lines
101 B
JavaScript
8 lines
101 B
JavaScript
![]() |
//
|
||
|
// Stub out `require` in rhino
|
||
|
//
|
||
|
function require(arg) {
|
||
|
return less[arg.split('/')[1]];
|
||
|
};
|
||
|
|