Dashboard sipadu mbip
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

1234567891011121314151617
  1. 'use strict';
  2. var define = require('define-properties');
  3. var implementation = require('./implementation');
  4. var getPolyfill = require('./polyfill');
  5. var shim = require('./shim');
  6. var polyfill = getPolyfill();
  7. define(polyfill, {
  8. getPolyfill: getPolyfill,
  9. implementation: implementation,
  10. shim: shim
  11. });
  12. module.exports = polyfill;