Skip to content

Commit

Permalink
typings and minify again
Browse files Browse the repository at this point in the history
  • Loading branch information
tibotiber committed Oct 17, 2019
1 parent f12a315 commit 592bdea
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions dist/files/UI.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ export declare class UI {
state(key: string, value?: any): any;
on(type: string, fn: UIHandler): number;
off(type: string, which?: number): boolean;
listen(type: string, evt: MouseEvent, p: PtLike): boolean;
listen(type: string, p: PtLike, evt: MouseEvent): boolean;
protected hold(type: string): number;
protected unhold(key?: number): void;
static track(uis: UI[], type: string, evt: MouseEvent, p: PtLike): void;
static track(uis: UI[], type: string, p: PtLike, evt: MouseEvent): void;
render(fn: (group: Group, states: {
[key: string]: any;
}) => void): void;
Expand Down
6 changes: 3 additions & 3 deletions dist/files/UI.js

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

4 changes: 2 additions & 2 deletions dist/pts.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1084,10 +1084,10 @@ export class UI {
state(key: string, value?: any): any;
on(type: string, fn: UIHandler): number;
off(type: string, which?: number): boolean;
listen(type: string, evt: MouseEvent, p: PtLike): boolean;
listen(type: string, p: PtLike, evt: MouseEvent): boolean;
protected hold(type: string): number;
protected unhold(key?: number): void;
static track(uis: UI[], type: string, evt: MouseEvent, p: PtLike): void;
static track(uis: UI[], type: string, p: PtLike, evt: MouseEvent): void;
render(fn: (group: Group, states: {
[key: string]: any;
}) => void): void;
Expand Down
2 changes: 1 addition & 1 deletion dist/pts.min.js

Large diffs are not rendered by default.

0 comments on commit 592bdea

Please sign in to comment.