Skip to content

Commit 8a5406a

Browse files
committed
groups sentences into paragraphs and adds subject to one sentence
1 parent 666d284 commit 8a5406a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

js/jquery.fileupload.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,11 +146,14 @@
146146
// If the singleFileUploads option is enabled, this callback will be
147147
// called once for each file in the selection for XHR file uploads, else
148148
// once for each file selection.
149+
//
149150
// The upload starts when the submit method is invoked on the data parameter.
150151
// The data object contains a files property holding the added files
151-
// and allows to override plugin options as well as define ajax settings.
152+
// and allows you to override plugin options as well as define ajax settings.
153+
//
152154
// Listeners for this callback can also be bound the following way:
153155
// .bind('fileuploadadd', func);
156+
//
154157
// data.submit() returns a Promise object and allows to attach additional
155158
// handlers using jQuery's Deferred callbacks:
156159
// data.submit().done(func).fail(func).always(func);

0 commit comments

Comments
 (0)