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