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

Fixing a minor warning that can occur with the google closure compiler. Comment has jsdoc annotations but does not start with the jsdoc style comment header.

Neil Birkbeck 12 лет назад
Родитель
Сommit
0a1f2b4b71
1 измененных файлов с 1 добавлено и 2 удалено
  1. 1 2
      src/extras/cameras/CombinedCamera.js

+ 1 - 2
src/extras/cameras/CombinedCamera.js

@@ -1,4 +1,4 @@
-/*
+/**
  *	@author zz85 / http://twitter.com/blurspline / http://www.lab4games.net/zz85/blog
  *
  *	A general perpose camera, for setting FOV, Lens Focal Length,
@@ -234,4 +234,3 @@ THREE.CombinedCamera.prototype.toBottomView = function() {
 	this.rotationAutoUpdate = false;
 
 };
-

粤ICP备19079148号