diff options
Diffstat (limited to 'chrome/common/extensions/docs/cookies.html')
-rw-r--r-- | chrome/common/extensions/docs/cookies.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/chrome/common/extensions/docs/cookies.html b/chrome/common/extensions/docs/cookies.html index ebfe23e..e10d214 100644 --- a/chrome/common/extensions/docs/cookies.html +++ b/chrome/common/extensions/docs/cookies.html @@ -703,7 +703,7 @@ see <a href="samples.html">Samples</a>. </p> <!-- Note: intentionally longer 80 columns --> - <pre>function(<span>Cookie cookie</span>) <span class="subdued">{...}</span>);</pre> + <pre>function(<span>Cookie cookie</span>) <span class="subdued">{...}</span>;</pre> <dl> <div> <div> @@ -1341,7 +1341,7 @@ see <a href="samples.html">Samples</a>. </p> <!-- Note: intentionally longer 80 columns --> - <pre>function(<span>array of Cookie cookies</span>) <span class="subdued">{...}</span>);</pre> + <pre>function(<span>array of Cookie cookies</span>) <span class="subdued">{...}</span>;</pre> <dl> <div> <div> @@ -1528,7 +1528,7 @@ see <a href="samples.html">Samples</a>. </p> <!-- Note: intentionally longer 80 columns --> - <pre>function(<span>array of CookieStore cookieStores</span>) <span class="subdued">{...}</span>);</pre> + <pre>function(<span>array of CookieStore cookieStores</span>) <span class="subdued">{...}</span>;</pre> <dl> <div> <div> @@ -1884,7 +1884,7 @@ see <a href="samples.html">Samples</a>. </p> <!-- Note: intentionally longer 80 columns --> - <pre>function(<span>Type param1, Type param2</span>) <span class="subdued">{...}</span>);</pre> + <pre>function(<span>Type param1, Type param2</span>) <span class="subdued">{...}</span>;</pre> <dl> <div> <div> @@ -2522,7 +2522,7 @@ see <a href="samples.html">Samples</a>. </p> <!-- Note: intentionally longer 80 columns --> - <pre>function(<span>Type param1, Type param2</span>) <span class="subdued">{...}</span>);</pre> + <pre>function(<span>Type param1, Type param2</span>) <span class="subdued">{...}</span>;</pre> <dl> <div> <div> |