Projekt

Obecné

Profil

Stáhnout (664 Bajtů) Statistiky
| Větev: | Revize:
1
'use strict';
2

    
3
Object.defineProperty(exports, "__esModule", {
4
  value: true
5
});
6

    
7
var _ponyfill = require('./ponyfill.js');
8

    
9
var _ponyfill2 = _interopRequireDefault(_ponyfill);
10

    
11
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
12

    
13
var root; /* global window */
14

    
15

    
16
if (typeof self !== 'undefined') {
17
  root = self;
18
} else if (typeof window !== 'undefined') {
19
  root = window;
20
} else if (typeof global !== 'undefined') {
21
  root = global;
22
} else if (typeof module !== 'undefined') {
23
  root = module;
24
} else {
25
  root = Function('return this')();
26
}
27

    
28
var result = (0, _ponyfill2['default'])(root);
29
exports['default'] = result;
(1-1/2)