Update JavaScript style guide to 2.11:

- Fix r62, which was applied incorrectly.
This commit is contained in:
mmentovai 2010-11-23 21:09:55 +00:00
parent db989ec08f
commit 7f003d3547

View File

@ -3,7 +3,7 @@
<GUIDE title="Google JavaScript Style Guide">
<p class="revision">
Revision 2.9
Revision 2.11
</p>
<address>
@ -2064,6 +2064,8 @@
</CODE_SNIPPET>
</SUBSECTION>
<SUBSECTION title="JSDoc Tag Reference">
<table border="1" style="border-collapse:collapse" cellpadding="4">
<thead>
@ -2755,6 +2757,8 @@
<td>Yes</td>
</tr>
<tr>
<td><a name="tag-externs">@externs</a></td>
<td>
@ -3151,7 +3155,7 @@
</PARTING_WORDS>
<p align="right">
Revision 2.9
Revision 2.11
</p>