diff --git a/js/SphereSpatial.js b/js/SphereSpatial.js index e16f7a1..1c82b04 100644 --- a/js/SphereSpatial.js +++ b/js/SphereSpatial.js @@ -1,4 +1,4 @@ -define(['js/sphereMovement'], +define(['js/SphereMovement'], function( SphereMovement ) { @@ -82,4 +82,4 @@ define(['js/sphereMovement'], return SphereSpatial; } -) \ No newline at end of file +)