Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d8bd2b7

Browse files
committed
Embedded JavaScript should really be the last item in the language reference
1 parent d02376c commit d8bd2b7

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

documentation/v2/body.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,6 @@
7171
<section id="fat-arrow">
7272
<%= htmlFor('fat_arrow') %>
7373
</section>
74-
<section id="embedded">
75-
<%= htmlFor('embedded') %>
76-
</section>
7774
<section id="switch">
7875
<%= htmlFor('switch') %>
7976
</section>
@@ -92,6 +89,9 @@
9289
<section id="modules">
9390
<%= htmlFor('modules') %>
9491
</section>
92+
<section id="embedded">
93+
<%= htmlFor('embedded') %>
94+
</section>
9595
</section>
9696
<section id="literate">
9797
<%= htmlFor('literate') %>

documentation/v2/sidebar.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,6 @@
6060
<li class="nav-item">
6161
<a href="#fat-arrow" class="nav-link" data-action="sidebar-nav">Function Modifiers</a>
6262
</li>
63-
<li class="nav-item">
64-
<a href="#embedded" class="nav-link" data-action="sidebar-nav">Embedded JavaScript</a>
65-
</li>
6663
<li class="nav-item">
6764
<a href="#switch" class="nav-link" data-action="sidebar-nav">Switch and Try/Catch</a>
6865
</li>
@@ -78,6 +75,9 @@
7875
<li class="nav-item">
7976
<a href="#modules" class="nav-link" data-action="sidebar-nav">Modules</a>
8077
</li>
78+
<li class="nav-item">
79+
<a href="#embedded" class="nav-link" data-action="sidebar-nav">Embedded JavaScript</a>
80+
</li>
8181
</ul>
8282
</li>
8383
<li class="nav-item">

0 commit comments

Comments
 (0)