Просмотр исходного кода

Remove unneeded comma in AmbiantLight

Tristan Valcke 9 лет назад
Родитель
Сommit
3abc44cceb
1 измененных файлов с 1 добавлено и 1 удалено
  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号