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/jsapi.txt | |
parent | a3f52da4ba27a1634b484409c46ab70228397ba4 (diff) | |
download | dwb-4135423628e5d83fa2715d286a5a8b9eacd27090.zip |
Format source code view in debug; fixing typo in documentation
Diffstat (limited to 'api/jsapi.txt')
-rw-r--r-- | api/jsapi.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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>>. :: |