Remotely/Remotely_Server/wwwroot/scripts/Store.js
Jared Goodwin 61fa16de4c Initial
2019-02-23 11:02:23 -08:00

8 lines
217 B
JavaScript

export const Store = new class {
constructor() {
this.InputHistoryPosition = -1;
this.CommandCompletionPosition = -1;
this.InputHistoryItems = [];
}
};
//# sourceMappingURL=Store.js.map