瀏覽代碼

Change <b> to <strong>

Maciek Jurczyk 4 年之前
父節點
當前提交
efc87e736e
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      docs/api/en/core/Object3D.html

+ 3 - 3
docs/api/en/core/Object3D.html

@@ -413,7 +413,7 @@
 		<p>
 		<p>
 		callback - A function with as first argument an object3D object.<br /><br />
 		callback - A function with as first argument an object3D object.<br /><br />
 
 
-		Executes the callback on this object and all descendants. <b>Warning:</b> Do not add, move, or remove the object or its descendants while traversing.
+		Executes the callback on this object and all descendants. <strong>Warning:</strong> Do not add, move, or remove the object or its descendants while traversing.
 		</p>
 		</p>
 
 
 		<h3>[method:null traverseVisible]( [param:Function callback] )</h3>
 		<h3>[method:null traverseVisible]( [param:Function callback] )</h3>
@@ -421,14 +421,14 @@
 		callback - A function with as first argument an object3D object.<br /><br />
 		callback - A function with as first argument an object3D object.<br /><br />
 
 
 		Like traverse, but the callback will only be executed for visible objects.
 		Like traverse, but the callback will only be executed for visible objects.
-		Descendants of invisible objects are not traversed. <b>Warning:</b> Do not add, move, or remove the object or its descendants while traversing.
+		Descendants of invisible objects are not traversed. <strong>Warning:</strong> Do not add, move, or remove the object or its descendants while traversing.
 		</p>
 		</p>
 
 
 		<h3>[method:null traverseAncestors]( [param:Function callback] )</h3>
 		<h3>[method:null traverseAncestors]( [param:Function callback] )</h3>
 		<p>
 		<p>
 		callback - A function with as first argument an object3D object.<br /><br />
 		callback - A function with as first argument an object3D object.<br /><br />
 
 
-		Executes the callback on all ancestors.  <b>Warning:</b> Do not add, move, or remove the object or its ancestors while traversing.
+		Executes the callback on all ancestors.  <strong>Warning:</strong> Do not add, move, or remove the object or its ancestors while traversing.
 		</p>
 		</p>
 
 
 		<h3>[method:null updateMatrix]()</h3>
 		<h3>[method:null updateMatrix]()</h3>