You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From code review #30
I see this import line in twoatoms/view/DiatomicMoleculeNode.js: var TranslateArrowsNode = require( 'MOLECULE_POLARITY/threeatoms/view/TranslateArrowsNode' );
This type should be factored out to common.
The text was updated successfully, but these errors were encountered:
Good catch. TranslateArrowsNode was originally used only in "Three Atoms", but decisions in #35 add it to "Two Atoms" too. I've moved it to common. Closing.
From code review #30
I see this import line in
twoatoms/view/DiatomicMoleculeNode.js
:var TranslateArrowsNode = require( 'MOLECULE_POLARITY/threeatoms/view/TranslateArrowsNode' );
This type should be factored out to common.
The text was updated successfully, but these errors were encountered: