Skip to content

Commit

Permalink
Merge pull request DefinitelyTyped#9727 from vatara/patch-1
Browse files Browse the repository at this point in the history
Fixed name of CKEditor config option 'filebrowserUploadUrl' from 'fil…
  • Loading branch information
mhegazy authored Jun 20, 2016
2 parents 7dcea3a + a8d678c commit a2ad21f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckeditor/ckeditor.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -641,7 +641,7 @@ declare namespace CKEDITOR {
filebrowserImageBrowseLinkUrl?: string;
filebrowserImageBrowseUrl?: string;
filebrowserImageUploadUrl?: string;
filebrowserUploadUr?: string;
filebrowserUploadUrl?: string;
filebrowserWindowFeatures?: string;
filebrowserWindowHeight?: number | string;
filebrowserWindowWidth?: number | string;
Expand Down

0 comments on commit a2ad21f

Please sign in to comment.