Skip to content

Commit

Permalink
fix(sltwriter): fix export of static method
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-beznik committed Jul 28, 2020
1 parent 793d386 commit 5266c8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/IO/Geometry/STLWriter/index.js
Expand Up @@ -210,4 +210,4 @@ export const newInstance = macro.newInstance(extend, 'vtkSTLWriter');

// ----------------------------------------------------------------------------

export default { newInstance, extend };
export default { newInstance, extend, ...STATIC };

0 comments on commit 5266c8a

Please sign in to comment.