Explorar o código

Remove unneeded comma in AmbiantLight

Tristan Valcke %!s(int64=9) %!d(string=hai) anos
pai
achega
3abc44cceb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/lights/AmbientLight.js

+ 1 - 1
src/lights/AmbientLight.js

@@ -18,7 +18,7 @@ AmbientLight.prototype = Object.assign( Object.create( Light.prototype ), {
 
 	constructor: AmbientLight,
 
-	isAmbientLight: true,
+	isAmbientLight: true
 
 } );
 

粤ICP备19079148号