-
Notifications
You must be signed in to change notification settings - Fork 1
Code Bundle #6
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
The following piece of code has a reference problem when the code is bundled and it would be nice if a better approach was used allowing whatever type of state to be inserted.
Platform-Twin-Ship/app/vessel/build/vessel.js
Line 2676 in 996aea4
| this.resistanceState = this.states.discrete.HullResistance.state |
For this accomplishment a primary idea is to use a "for in" loop to verify each key and assign a new object state for each of one. This would allow the bundle change the class name as well, reducing the sizes of the archives and improving the efficiency of the code in the web.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request