(instance, Constructor)
| 1856 | } |
| 1857 | |
| 1858 | var classCallCheck = function (instance, Constructor) { |
| 1859 | if (!(instance instanceof Constructor)) { |
| 1860 | throw new TypeError("Cannot call a class as a function"); |
| 1861 | } |
| 1862 | }; |
| 1863 | |
| 1864 | var createClass = function () { |
| 1865 | function defineProperties(target, props) { |