mirror of
https://github.com/google/styleguide.git
synced 2024-03-22 13:11:43 +08:00
remove the go-link
This commit is contained in:
parent
bfa71446db
commit
87c54065a2
|
@ -544,9 +544,7 @@ can also be used as needed. For example, Angular and Polymer template properties
|
||||||
should use <code>public</code>, but AngularJS should use <code>protected</code>.</p>
|
should use <code>public</code>, but AngularJS should use <code>protected</code>.</p>
|
||||||
|
|
||||||
<p>TypeScript code must not not use <code>obj['foo']</code> to bypass the visibility of a
|
<p>TypeScript code must not not use <code>obj['foo']</code> to bypass the visibility of a
|
||||||
property. See
|
property</p>
|
||||||
<a href="http://go/typescript/testing#export-private-visibility">testing and private visibility</a>
|
|
||||||
if you want to access protected fields from a test.</p>
|
|
||||||
|
|
||||||
<section class="zippy">
|
<section class="zippy">
|
||||||
Why?
|
Why?
|
||||||
|
|
Loading…
Reference in New Issue
Block a user