Skip to content
This repository has been archived by the owner on Nov 20, 2018. It is now read-only.

Add missing return definition #1759

Merged
merged 2 commits into from
Feb 22, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion client/typescript/fine-uploader.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2400,7 +2400,7 @@ declare namespace FineUploader {
/**
* Clears all text for this element**
*/
clearText();
clearText(): void;

/**
* Inserts the element directly before the passed element in the DOM.
Expand Down