index.js 85 B

123
  1. define(['amber/es6-promise'], function (promiseLib) {
  2. promiseLib.polyfill();
  3. });