(instance, Constructor)
| 1868 | } |
| 1869 | |
| 1870 | var classCallCheck = function (instance, Constructor) { |
| 1871 | if (!(instance instanceof Constructor)) { |
| 1872 | throw new TypeError("Cannot call a class as a function"); |
| 1873 | } |
| 1874 | }; |
| 1875 | |
| 1876 | var createClass = function () { |
| 1877 | function defineProperties(target, props) { |