瀏覽代碼

Merge branch 'closure-comment-warning-fix' of https://github.com/nbirkbeck/three.js into dev

Mr.doob 11 年之前
父節點
當前提交
3da5d0fd2c
共有 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;
 
 };
-