diff options
-rwxr-xr-x | chrome/common/extensions/docs/images/index/browser_action.png | bin | 4937 -> 0 bytes | |||
-rwxr-xr-x | chrome/common/extensions/docs/images/index/content_script.png | bin | 7007 -> 0 bytes | |||
-rwxr-xr-x | chrome/common/extensions/docs/images/index/page_action.png | bin | 18769 -> 0 bytes | |||
-rw-r--r-- | chrome/common/extensions/docs/images/intermediate/news.png | bin | 0 -> 37042 bytes | |||
-rw-r--r-- | chrome/common/extensions/docs/test.html | 8 |
5 files changed, 6 insertions, 2 deletions
diff --git a/chrome/common/extensions/docs/images/index/browser_action.png b/chrome/common/extensions/docs/images/index/browser_action.png Binary files differdeleted file mode 100755 index 15c6be2..0000000 --- a/chrome/common/extensions/docs/images/index/browser_action.png +++ /dev/null diff --git a/chrome/common/extensions/docs/images/index/content_script.png b/chrome/common/extensions/docs/images/index/content_script.png Binary files differdeleted file mode 100755 index 20e5de4..0000000 --- a/chrome/common/extensions/docs/images/index/content_script.png +++ /dev/null diff --git a/chrome/common/extensions/docs/images/index/page_action.png b/chrome/common/extensions/docs/images/index/page_action.png Binary files differdeleted file mode 100755 index ab7e4ed..0000000 --- a/chrome/common/extensions/docs/images/index/page_action.png +++ /dev/null diff --git a/chrome/common/extensions/docs/images/intermediate/news.png b/chrome/common/extensions/docs/images/intermediate/news.png Binary files differnew file mode 100644 index 0000000..a599277 --- /dev/null +++ b/chrome/common/extensions/docs/images/intermediate/news.png diff --git a/chrome/common/extensions/docs/test.html b/chrome/common/extensions/docs/test.html index 97d22ae..66de7ae 100644 --- a/chrome/common/extensions/docs/test.html +++ b/chrome/common/extensions/docs/test.html @@ -611,8 +611,12 @@ <div> <h4>Callback function</h4> <p> - If you specify the <em>callback</em> parameter, - it should specify a function that looks like this: + The callback <em>parameter</em> should specify a function + that looks like this: + </p> + <p> + If you specify the <em>callback</em> parameter, it should + specify a function that looks like this: </p> <!-- Note: intentionally longer 80 columns --> |