diff options
Diffstat (limited to 'chrome/common/extensions/docs/static/api_other.html')
-rwxr-xr-x | chrome/common/extensions/docs/static/api_other.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/common/extensions/docs/static/api_other.html b/chrome/common/extensions/docs/static/api_other.html index 278ae50..e208ad2 100755 --- a/chrome/common/extensions/docs/static/api_other.html +++ b/chrome/common/extensions/docs/static/api_other.html @@ -16,7 +16,7 @@ you can bundle additional API libraries into your extension. <dt><strong> Standard JavaScript APIs </strong></dt> <dd> These are the same core JavaScript and DOM APIs that you can use in ordinary web apps. - <span class="comment">[PENDING: check! should link to complete list]</span> + <span class="comment">[PENDING: check! should link to complete list]</span> <!-- Use onclick in your toolbar div to add click behavior. E.g. window.open(someUrl). --></dd> <dt><strong> XMLHttpRequest </strong></dt> @@ -24,7 +24,7 @@ E.g. window.open(someUrl). --></dd> Use <a href="xhr.html">XMLHttpRequest</a> to request data from one or more servers. The <a href="manifest.html#permissions">permissions</a> field - of the manifest specifies + of the manifest specifies which hosts the extension can send requests to. </dd> <dt><strong> WebKit APIs </strong></dt> |