(arg)
| 14 | // Stub out `require` in the browser |
| 15 | // |
| 16 | function require(arg) { |
| 17 | return window.less[arg.split('/')[1]]; |
| 18 | }; |
| 19 | |
| 20 | |
| 21 | if (typeof(window.less) === 'undefined' || typeof(window.less.nodeType) !== 'undefined') { window.less = {}; } |
no outgoing calls
no test coverage detected