Index: chrome/common/extensions/docs/experimental.infobars.html |
=================================================================== |
--- chrome/common/extensions/docs/experimental.infobars.html (revision 136322) |
+++ chrome/common/extensions/docs/experimental.infobars.html (working copy) |
@@ -423,7 +423,7 @@ |
specify a function that looks like this: |
</p> |
<!-- Note: intentionally longer 80 columns --> |
- <pre>function(<span>windows.Window window</span>) <span class="subdued">{...}</span>;</pre> |
+ <pre>function(<span>Window window</span>) <span class="subdued">{...}</span>;</pre> |
<dl> |
<div> |
<div> |
@@ -435,7 +435,7 @@ |
( |
<span id="typeTemplate"> |
<span> |
- <a>windows.Window</a> |
+ <a href="windows.html#type-Window">Window</a> |
</span> |
</span> |
) |
Property changes on: chrome/common/extensions/docs/experimental.infobars.html |
___________________________________________________________________ |
Deleted: svn:mime-type |
- text/html |
Deleted: svn:eol-style |
- LF |