diff options
Diffstat (limited to 'chrome/common/extensions/docs/windows.html')
-rw-r--r-- | chrome/common/extensions/docs/windows.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/common/extensions/docs/windows.html b/chrome/common/extensions/docs/windows.html index 6c183f0..60f1284 100644 --- a/chrome/common/extensions/docs/windows.html +++ b/chrome/common/extensions/docs/windows.html @@ -334,7 +334,8 @@ the call, no matter what the topmost window is. </p> <p>In the case of the <a href="background_pages.html">background page</a>, -the value of the current window falls back to the topmost window. +the value of the current window falls back to the last active window. Under some +circumstances, there may be no current window for background pages. </p> <h2 id="examples"> Examples </h2> |