'use strict'; /** * An AMD wrapper around polyglot.js for loaders (like DOJO) that don't * support shims */ define(['text!/bower_components/polyglot/lib/polyglot.js'], function (script) { new Function(script)(); // eslint-disable-next-line no-undef return Polyglot; }); //# sourceMappingURL=PolyglotShim.js.map