Skip to content

Commit

Permalink
fix(Glyph3DMapper): Properly expose constants to class namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
jourdain committed Nov 29, 2017
1 parent c18b097 commit 7838ae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Rendering/Core/Glyph3DMapper/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -321,5 +321,5 @@ export const newInstance = macro.newInstance(extend, 'vtkGlyph3DMapper');

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

export default { newInstance, extend };
export default Object.assign({ newInstance, extend }, Constants);

0 comments on commit 7838ae5

Please sign in to comment.