diff options
author | portix <none@none> | 2013-02-25 17:33:47 +0100 |
---|---|---|
committer | portix <none@none> | 2013-02-25 17:33:47 +0100 |
commit | 4135423628e5d83fa2715d286a5a8b9eacd27090 (patch) | |
tree | 2900025ad2de586930dbeaeff0c9396ed1a54769 /api | |
parent | a3f52da4ba27a1634b484409c46ab70228397ba4 (diff) | |
download | dwb-4135423628e5d83fa2715d286a5a8b9eacd27090.zip |
Format source code view in debug; fixing typo in documentation
Diffstat (limited to 'api')
-rw-r--r-- | api/dwb-js.7 | 2 | ||||
-rw-r--r-- | api/jsapi.7.txt | 2 | ||||
-rw-r--r-- | api/jsapi.txt | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/api/dwb-js.7 b/api/dwb-js.7 index bebd106f..3853a1ab 100644 --- a/api/dwb-js.7 +++ b/api/dwb-js.7 @@ -1087,7 +1087,7 @@ The index in the array or \-1 if the Object wasn\(cqt found\&. \fBvoid Function.debug([Object scope])\fR .RS 4 .sp -A wrapper method for debugging callbacks, espacially useful if it is combined with script\&. +A wrapper method for debugging callbacks, especially useful if it is combined with script\&. .PP \fIscope\fR .RS 4 diff --git a/api/jsapi.7.txt b/api/jsapi.7.txt index bc18c7aa..67294728 100644 --- a/api/jsapi.7.txt +++ b/api/jsapi.7.txt @@ -499,7 +499,7 @@ _returns_;; The index in the array or -1 if the Object wasn't found. ==== void Function.debug([Object scope]) **** -A wrapper method for debugging callbacks, espacially useful if it is combined +A wrapper method for debugging callbacks, especially useful if it is combined with script. _scope_;; *script* or *this*, optional diff --git a/api/jsapi.txt b/api/jsapi.txt index a59a9583..22e66888 100644 --- a/api/jsapi.txt +++ b/api/jsapi.txt @@ -937,7 +937,7 @@ _returns_;; The index in the array or +-1+ if the Object wasn't found. void Function.debug([Object scope]) ---- -A wrapper method for debugging callbacks, espacially useful if it is combined +A wrapper method for debugging callbacks, especially useful if it is combined with <<scriptandthis,script>>. :: |