Dashboard sipadu mbip
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

test-context-using-apply.js 142B

123456
  1. "use strict";
  2. /* jshint node:true */
  3. var MyCustomLogger = (function() {
  4. // @include ../lib/loglevel.js
  5. return this.log;
  6. }).apply({});