Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f6dba25

Browse files
committedJun 27, 2019
Examples: Added padding after script tag.
1 parent be18285 commit f6dba25

File tree

330 files changed

+330
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

330 files changed

+330
-0
lines changed
 

‎examples/css2d_label.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
<div id="info"><a href="http://threejs.org" target="_blank" rel="noopener">three.js</a> css2d - label</div>
1919

2020
<script type="module">
21+
2122
import * as THREE from '../build/three.module.js';
2223

2324
import { OrbitControls } from './jsm/controls/OrbitControls.js';

‎examples/css3d_molecules.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@
6565
<div id="menu"></div>
6666

6767
<script type="module">
68+
6869
import * as THREE from '../build/three.module.js';
6970

7071
import { TrackballControls } from './jsm/controls/TrackballControls.js';

0 commit comments

Comments
 (0)
Please sign in to comment.