diff options
author | portix <none@none> | 2012-12-03 02:37:35 +0100 |
---|---|---|
committer | portix <none@none> | 2012-12-03 02:37:35 +0100 |
commit | 94746ec99abd60703ec62bbb5de3cc68e940f74e (patch) | |
tree | 4e96c5b3ad268d74eb1a080b6bb1090f54e4cece /api/jsapi.txt | |
parent | 57d3849d42e187f8d3e848f71c261e4ac33a1af2 (diff) | |
download | dwb-94746ec99abd60703ec62bbb5de3cc68e940f74e.zip |
Removing curry function
Diffstat (limited to 'api/jsapi.txt')
-rw-r--r-- | api/jsapi.txt | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/api/jsapi.txt b/api/jsapi.txt index 1397bce4..428eaf0b 100644 --- a/api/jsapi.txt +++ b/api/jsapi.txt @@ -955,19 +955,6 @@ signals.connect("loadFinished", function(wv) { ------------ ==== -**** -[[curry]] -[float] -==== *Function.curry()* ==== -[source,javascript] ----- -Function Function.curry([arg1, ..., argn]) ----- -Returns a copy of function with first n values preassigned. - -_arg[n]_;; Arguments that will be preassigned in the new function, optional. -**** - [[gui]] === gui === |