Skip to content

Commit 244226a

Browse files
committed
remove extra lines
1 parent 6ce13c5 commit 244226a

Some content is hidden

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

42 files changed

+0
-49
lines changed

.github/ISSUE_TEMPLATE/bug-issue-report.md

Lines changed: 0 additions & 1 deletion

.github/ISSUE_TEMPLATE/question.md

Lines changed: 0 additions & 1 deletion

.github/ISSUE_TEMPLATE/request.md

Lines changed: 0 additions & 1 deletion

.github/ISSUE_TEMPLATE/suggest-topic.md

Lines changed: 0 additions & 1 deletion

.github/ISSUE_TEMPLATE/translation.md

Lines changed: 0 additions & 1 deletion

README.md

Lines changed: 0 additions & 1 deletion

contributors.md

Lines changed: 0 additions & 1 deletion

threejs/3dlut-base-cube-maker.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ <h1>Color Cube Image Maker</h1>
2626
</body>
2727
<script type="module">
2828

29-
3029
const ctx = document.querySelector('canvas').getContext('2d');
3130

3231
function drawColorCubeImage(ctx, size) {

threejs/canvas-random-dots.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
</body>
1111
<script type="module">
1212

13-
1413
function main() {
1514
const ctx = document.createElement('canvas').getContext('2d');
1615
document.body.appendChild(ctx.canvas);

threejs/gpw-data-viewer.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
</body>
1515
<script type="module">
1616

17-
1817
async function loadFile(url) {
1918
const req = await fetch(url);
2019
return req.text();

0 commit comments

Comments
 (0)