2014-10-10 15:49:28 +11:00

18 lines
299 B
JavaScript

var Q = function(_ref) {
function Q() {
_ref.call(this, arguments);
}
Q.prototype = Object.create(_ref.prototype, {
constructor: {
value: Q,
enumerable: false,
writable: true,
configurable: true
}
});
Q.__proto__ = _ref;
return Q;
}(function() {});