浏览代码

Add missing ;

Arthur Silber 10 年之前
父节点
当前提交
dd538fe649
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/extras/FontUtils.js

+ 2 - 2
src/extras/FontUtils.js

@@ -466,8 +466,8 @@ THREE.FontUtils.generateShapes = function ( text, parameters ) {
 // To use the typeface.js face files, hook up the API
 var typeface_js = { faces: THREE.FontUtils.faces, loadFace: THREE.FontUtils.loadFace };
 if ( typeof self !== 'undefined' ){
-	self._typeface_js = typeface_js
+	self._typeface_js = typeface_js;
 }
-THREE.typeface_js = typeface_js
+THREE.typeface_js = typeface_js;