Last change
on this file was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
442 bytes
|
Rev | Line | |
---|
[6a3a178] | 1 | var SubscriptionLog = /*@__PURE__*/ (function () {
|
---|
| 2 | function SubscriptionLog(subscribedFrame, unsubscribedFrame) {
|
---|
| 3 | if (unsubscribedFrame === void 0) {
|
---|
| 4 | unsubscribedFrame = Number.POSITIVE_INFINITY;
|
---|
| 5 | }
|
---|
| 6 | this.subscribedFrame = subscribedFrame;
|
---|
| 7 | this.unsubscribedFrame = unsubscribedFrame;
|
---|
| 8 | }
|
---|
| 9 | return SubscriptionLog;
|
---|
| 10 | }());
|
---|
| 11 | export { SubscriptionLog };
|
---|
| 12 | //# sourceMappingURL=SubscriptionLog.js.map
|
---|
Note:
See
TracBrowser
for help on using the repository browser.