UNPKG

617 BJavaScriptView Raw
1(function() {
2 var __hasProp = Object.prototype.hasOwnProperty,
3 __extends = function(child, parent) { for (var key in parent) { if (__hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor; child.__super__ = parent.prototype; return child; };
4
5 module.exports = (function(_super) {
6
7 __extends(_Class, _super);
8
9 function _Class() {
10 _Class.__super__.constructor.apply(this, arguments);
11 }
12
13 return _Class;
14
15 })(require("./messenger", {
16 _next: function() {}
17 }));
18
19}).call(this);