aswi2020vldc-gitlab/templetes/node_modules/loglevel/test/test-context-using-apply.js @ 9b6ff40e
1 |
"use strict"; |
---|---|
2 |
/* jshint node:true */
|
3 |
var MyCustomLogger = (function() { |
4 |
// @include ../lib/loglevel.js
|
5 |
return this.log; |
6 |
}).apply({}); |