phetsims / resistance-in-a-wire

"Resistance in a Wire" is an educational simulation in HTML5, by PhET Interactive Simulations.
http://phet.colorado.edu/en/simulation/resistance-in-a-wire
GNU General Public License v3.0
1 stars 4 forks source link

directory structure violates PhET convention #53

Closed pixelzoom closed 9 years ago

pixelzoom commented 9 years ago

Source-code directory structure should look like this:

js/
 resistance-in-a-wire/
    model/
    view/
pixelzoom commented 9 years ago

Directory structure fixed.

I also fixed copyright headers in all source files. And the RESISTANCE_IN_A_WIRE path was not being used for importing sim-specific files.

Closing.