draft: refactor project so it sits on top of a standalone app
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
"use strict";
|
||||
/* jshint node:true */
|
||||
var MyCustomLogger = (function() {
|
||||
// @include ../lib/loglevel.js
|
||||
return this.log;
|
||||
}).apply({});
|
||||
Reference in New Issue
Block a user