提交 6f78aa34 编写于 作者: A Arthur Silber

Replace != with !==

上级 7b97f379
......@@ -465,7 +465,7 @@ 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' ){
if ( typeof self !== 'undefined' ){
self._typeface_js = typeface_js
}
THREE.typeface_js = typeface_js
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册