diff options
author | portix <none@none> | 2013-01-28 00:26:15 +0100 |
---|---|---|
committer | portix <none@none> | 2013-01-28 00:26:15 +0100 |
commit | a76637c331e2fadb7031764f70a8aa9068053e57 (patch) | |
tree | 7c6b6cc6b287d34dd9423532102e6e2649d40d9a /api/jsapi.txt | |
parent | 3f9e17180eaac20a37a0c3594293c0f916f8ab8b (diff) | |
download | dwb-a76637c331e2fadb7031764f70a8aa9068053e57.zip |
Rename webkitSession -> session
Diffstat (limited to 'api/jsapi.txt')
-rw-r--r-- | api/jsapi.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/api/jsapi.txt b/api/jsapi.txt index 0b3579ff..71a190ba 100644 --- a/api/jsapi.txt +++ b/api/jsapi.txt @@ -54,11 +54,11 @@ Refers to the global object. **** [float] -==== *webkitSession* ==== +==== *session* ==== [source,javascript] ---- -webkitSession SoupSession read +session SoupSession read ---- The webkit session. |