diff options
author | portix <none@none> | 2013-01-26 13:51:41 +0100 |
---|---|---|
committer | portix <none@none> | 2013-01-26 13:51:41 +0100 |
commit | 9c7bc22f85a7a794f2dfd1ef385157aea758a1eb (patch) | |
tree | e132962e85343025a66dddc74f038935f3b73c93 /api/jsapi.txt | |
parent | 83da4f3b781fd56d0c88db99c8cc64c86ba6309f (diff) | |
download | dwb-9c7bc22f85a7a794f2dfd1ef385157aea758a1eb.zip |
Regression: remove tabs.iterate
Diffstat (limited to 'api/jsapi.txt')
-rw-r--r-- | api/jsapi.txt | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/api/jsapi.txt b/api/jsapi.txt index ef029b96..f48c30e8 100644 --- a/api/jsapi.txt +++ b/api/jsapi.txt @@ -758,24 +758,6 @@ _n_;; Number of the tab _returns_;; The corresponding <<webview>> **** -**** -[float] -==== *iterate()* ==== - -[source,javascript] ----- -void tabs.iterate(Function callback) ----- - -Iterates over all tabs until the callback returns true. - - :: - -_callback_;; Callback that is called for every tab. The function has two -parameters, the webview and the index which will be the same as webview.number. -**** - - ==== .Example [source,javascript] |