Skip to content

Commit 544e0db

Browse files
fixing a link to the (internal only) externs
1 parent c2482ee commit 544e0db

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

angularjs-google-style.html

+2-6
Original file line numberDiff line numberDiff line change
@@ -120,15 +120,11 @@ <h3 id="moduledeps">
120120
Using a property of my.submoduleA prevents Closure presubmit failures complaining that the file is
121121
required but never used. Using the .name property avoids duplicating strings.</p>
122122

123-
<h3 id="externs">Use the provided Angular externs file</h3>
124-
<p>
125-
<a href="https://cs.corp.google.com/#piper///depot/google3/third_party/javascript/angular/v1_2/BUILD">//third_party/javascript/angular/v1_2:externs</a>
126-
</p>
123+
<h3 id="externs">Use a common externs file</h3>
127124

128125
<p>This maximally allows the JS compiler to enforce type safety in the presence of externally
129126
provided types from Angular, and means you don't have to worry about Angular vars being obfuscated
130-
in a confusing way. If you come across any issues with the externs file, please alert the Angular
131-
users group and create a CL if you would to address the problem.</p>
127+
in a confusing way. </p>
132128

133129
<p>Note to readers outside Google: the current externs file is located in an internal-to-Google
134130
directory, but an example can be found on github <a href="https://github.com/angular/angular.js/pull/4722">

0 commit comments

Comments
 (0)