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