diff options
Diffstat (limited to 'chrome/common/extensions/docs/idle.html')
-rw-r--r-- | chrome/common/extensions/docs/idle.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/extensions/docs/idle.html b/chrome/common/extensions/docs/idle.html index 395fa9b..e0716371 100644 --- a/chrome/common/extensions/docs/idle.html +++ b/chrome/common/extensions/docs/idle.html @@ -643,7 +643,7 @@ For example: <div class="summary"> <!-- Note: intentionally longer 80 columns --> - <span class="subdued">chrome.idle.</span><span>onStateChanged</span><span class="subdued">.addListener</span>(function(<span>string newState</span>) <span class="subdued">{...}</span><span></span>)); + <span class="subdued">chrome.idle.</span><span>onStateChanged</span><span class="subdued">.addListener</span>(function(<span>string newState</span>) <span class="subdued">{...}</span><span></span>); </div> <div class="description"> |