Browse Source

add id for es6 module breakout

Gregg Tavares 5 years ago
parent
commit
4aecaeb33e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      threejs/lessons/threejs-fundamentals.md

+ 1 - 1
threejs/lessons/threejs-fundamentals.md

@@ -406,7 +406,7 @@ a different color.
 I hope this short intro helps to get things started. [Next up we'll cover
 making our code responsive so it is adaptable to multiple situations](threejs-responsive.html).
 
-<div class="threejs_bottombar">
+<div id="es6" class="threejs_bottombar">
 <h3>es6 modules, three.js, and folder structure</h3>
 <p>As of version r106 the preferred way to use three.js is via <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/import">es6 modules</a>.</p>
 <p>