wed
Version:
Wed is a schema-aware editor for XML documents.
13 lines (10 loc) • 334 B
JavaScript
define(function(require,exports,module){
export class SubscriptionLog {
constructor(subscribedFrame, unsubscribedFrame = Number.POSITIVE_INFINITY) {
this.subscribedFrame = subscribedFrame;
this.unsubscribedFrame = unsubscribedFrame;
}
}
//# sourceMappingURL=SubscriptionLog.js.map
return module.exports;
});