Skip to content

Commit

Permalink
Fixed some misspellings, part of code review, see #29. These had been…
Browse files Browse the repository at this point in the history
… brought over from the Java sim.
  • Loading branch information
jbphet committed Dec 3, 2014
1 parent afb25a0 commit 497372b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/neuron/model/MotionStrategy.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ define( function( require ) {
* also passed in, since it is possible for the motion stratagy to update
* the fade strategy.
*
* @param{Movable} moveableModelElement
* @param{Movable} movableModelElement
* @param {IFadable} fadableModelElement
* @param dt
*/
move: function( moveableModelElement, fadableModelElement, dt ) {
move: function( movableModelElement, fadableModelElement, dt ) {

}

Expand Down

0 comments on commit 497372b

Please sign in to comment.