1
0
Fork 0

Index page emdash spacing corrections

To fit my style, influenced by Knuth and CMOS.
website
Mike Gerwitz 2014-03-15 01:29:58 -04:00
parent 3742a2f673
commit cb55b2372e
No known key found for this signature in database
GPG Key ID: F22BB8158EE30EAB
1 changed files with 3 additions and 3 deletions

View File

@ -184,8 +184,8 @@
<span class="anchor"><a href="#access-modifiers">&para;</a></span>
</h3>
<p>
All three common access modifiers &mdash; public, protected and private
&mdash; are supported, but <a href="manual/Pre_002dES5-Fallback.html"
All three common access modifiers&mdash;public, protected and
private&mdash;are supported, but <a href="manual/Pre_002dES5-Fallback.html"
class="man">enforced only in ECMAScript 5 and later</a> environments.
</p>
<pre class="js">
@ -213,7 +213,7 @@
they may use any access modifier). In order to support both
<a href="manual/Static-Implementation.html" class="man">pre- and
post-ECMAScript 5 environments</a>, the syntax requires use of a static
accessor method &mdash; <tt>$()</tt>.
accessor method&mdash;<tt>$()</tt>.
</p>
<pre class="js">
<!--%inc scripts/ex/static-members.js -->