blob: 5dcb9e982a241f38e5c5d668b50d40a896aa6750 [file] [log] [blame]
/* global window */
import ponyfill from './ponyfill';
var root = this;
if (typeof global !== 'undefined') {
root = global;
} else if (typeof window !== 'undefined') {
root = window;
}
var result = ponyfill(root);
export default result;