Skip to content

Commit e60d4c5

Browse files
acinaderflovilmart
authored andcommitted
Fix for the formatting of the ParseFile comment that has (#600)
bad markup
1 parent 112f00a commit e60d4c5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/ParseFile.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ class ParseFile {
6767
* 2. an Object like { base64: "..." } with a base64-encoded String.
6868
* 3. a File object selected with a file upload control. (3) only works
6969
* in Firefox 3.6+, Safari 6.0.2+, Chrome 7+, and IE 10+.
70-
* For example:<pre>
70+
* For example:
71+
* <pre>
7172
* var fileUploadControl = $("#profilePhotoFileUpload")[0];
7273
* if (fileUploadControl.files.length > 0) {
7374
* var file = fileUploadControl.files[0];

0 commit comments

Comments
 (0)