Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

Commit

Permalink
Merge pull request #403 from qminer/frozen
Browse files Browse the repository at this point in the history
Frozen
  • Loading branch information
bergloman authored Jul 23, 2018
2 parents 9a23383 + 8cd854e commit a06fdea
Show file tree
Hide file tree
Showing 101 changed files with 3,013 additions and 698 deletions.
2 changes: 1 addition & 1 deletion built/distributed/cli/command_line.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion built/distributed/file_based/file_storage.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ export declare class FileStorage extends mem.MemoryStorage {
private file_patterns_regex;
constructor(dir_name: string, file_pattern: string | string[]);
getProperties(callback: intf.SimpleResultCallback<intf.StorageProperty[]>): void;
private createRegexpForPattern(str);
private createRegexpForPattern;
}
2 changes: 1 addition & 1 deletion built/distributed/file_based/file_storage.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion built/distributed/gui/dashboard_server.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export declare class DashboardServer {
/** Simple constructor */
constructor();
/** Internal initialization step */
private initCommon(storage, callback);
private initCommon;
/**
* The most flexible initialization method
* @param options - object containing options for dashboard
Expand Down
Loading

0 comments on commit a06fdea

Please sign in to comment.