Skip to content

Commit 1066b2c

Browse files
authored
Merge pull request #14395 from Himenon/patch-1
The colon is missing.
2 parents 6e37062 + 64b1091 commit 1066b2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/loaders/FontLoader.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ <h2>Examples</h2>
2929
var loader = new THREE.FontLoader();
3030
var font = loader.load(
3131
// resource URL
32-
'fonts/helvetiker_bold.typeface.json'
32+
'fonts/helvetiker_bold.typeface.json',
3333

3434
// onLoad callback
3535
function ( font ) {

0 commit comments

Comments
 (0)