Opened 14 years ago

Closed 14 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.

Change History (1)

comment:1 Changed 14 years ago by Frederico Caldeira Knabben

Resolution: fixed
Status: newclosed

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!

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy