summaryrefslogtreecommitdiff
path: root/api/jsapi.txt
diff options
context:
space:
mode:
authorportix <none@none>2013-01-26 13:51:41 +0100
committerportix <none@none>2013-01-26 13:51:41 +0100
commit9c7bc22f85a7a794f2dfd1ef385157aea758a1eb (patch)
treee132962e85343025a66dddc74f038935f3b73c93 /api/jsapi.txt
parent83da4f3b781fd56d0c88db99c8cc64c86ba6309f (diff)
downloaddwb-9c7bc22f85a7a794f2dfd1ef385157aea758a1eb.zip
Regression: remove tabs.iterate
Diffstat (limited to 'api/jsapi.txt')
-rw-r--r--api/jsapi.txt18
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]