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({});