Skip to content

Commit

Permalink
Update Node.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Mugen87 committed Dec 29, 2019
1 parent db73e26 commit 9565981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/jsm/nodes/core/Node.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export class Node {
name: string;
type: string | undefined;
userData: object;
readonly isNode: true;
readonly isNode: true;
frameId: number | undefined;

analyze( builder: NodeBuilder, settings?: object ): void;
Expand Down

0 comments on commit 9565981

Please sign in to comment.