Opened 15 years ago
Closed 15 years ago
#4757 closed Bug (fixed)
typo in documentation
Reported by: | alexpp | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
I think there is a typo in the following code (this page: http://docs.cksource.com/CKEditor_3.x/Developers_Guide/File_Browser_%28Uploader%29) :
Example 1
CKEDITOR.replace( 'editor1', {
filebrowserBrowseUrl : '/browser/browse.php', filebrowserUploadUrl : '/uploader/upload.php',
});
There's an extra comma at the end of the second parameter.
The discussion pages in the docs site should be used to report issues there (but this is not stated anywhere!). I've just fixed it. Thanks!