Skip to content

Commit

Permalink
Fixed incorrect inheritance, see #86
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Nov 21, 2017
1 parent a2890ed commit fff0769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/faradays-law/model/Coil.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ define( function( require ) {

faradaysLaw.register( 'Coil', Coil );

return inherit( Property, Coil, {
return inherit( Object, Coil, {

/**
* Restore initial conditions
Expand Down

0 comments on commit fff0769

Please sign in to comment.