|
12 | 12 |
|
13 | 13 | /*jslint browser: true, unparam: true, indent: 2 */
|
14 | 14 |
|
| 15 | + |
| 16 | + |
15 | 17 | /*jslint browser: true, unparam: true, indent: 2, bitwise: true */
|
16 | 18 | /*globals window, navigator, document, FormData, File, HTMLInputElement, XMLHttpRequest, Blob*/
|
17 | 19 |
|
@@ -494,6 +496,8 @@ qq.DisposeSupport = function () {
|
494 | 496 | };
|
495 | 497 | };
|
496 | 498 |
|
| 499 | + |
| 500 | + |
497 | 501 | /*jslint browser: true, unparam: true, indent: 2 */
|
498 | 502 | /*globals qq */
|
499 | 503 |
|
@@ -592,6 +596,8 @@ qq.UploadButton.prototype = {
|
592 | 596 | }
|
593 | 597 | };
|
594 | 598 |
|
| 599 | + |
| 600 | + |
595 | 601 | /** Generic class for sending non-upload ajax requests and handling the associated responses **/
|
596 | 602 | /*jslint browser: true, unparam: true, indent: 2 */
|
597 | 603 | /*globals qq, XMLHttpRequest */
|
@@ -757,6 +763,8 @@ qq.AjaxRequestor = function (o) {
|
757 | 763 | };
|
758 | 764 | };
|
759 | 765 |
|
| 766 | + |
| 767 | + |
760 | 768 | /** Generic class for sending non-upload ajax requests and handling the associated responses **/
|
761 | 769 | /*jslint browser: true, unparam: true, indent: 2 */
|
762 | 770 | /*globals qq, XMLHttpRequest*/
|
@@ -799,6 +807,8 @@ qq.DeleteFileAjaxRequestor = function (o) {
|
799 | 807 | };
|
800 | 808 | };
|
801 | 809 |
|
| 810 | + |
| 811 | + |
802 | 812 | /**
|
803 | 813 | * Class for uploading files, uploading itself is handled by child classes
|
804 | 814 | */
|
@@ -979,6 +989,8 @@ qq.UploadHandler = function (o) {
|
979 | 989 | };
|
980 | 990 | };
|
981 | 991 |
|
| 992 | + |
| 993 | + |
982 | 994 | /*jslint browser: true, unparam: true, indent: 2 */
|
983 | 995 | /*globals qq */
|
984 | 996 |
|
@@ -1007,6 +1019,8 @@ qq.WindowReceiveMessage = function (o) {
|
1007 | 1019 | };
|
1008 | 1020 | };
|
1009 | 1021 |
|
| 1022 | + |
| 1023 | + |
1010 | 1024 | /*globals qq, document, setTimeout*/
|
1011 | 1025 |
|
1012 | 1026 | /*jslint browser: true, unparam: true, indent: 2 */
|
@@ -1246,6 +1260,8 @@ qq.UploadHandlerForm = function (o, uploadCompleteCallback, logCallback) {
|
1246 | 1260 | return api;
|
1247 | 1261 | };
|
1248 | 1262 |
|
| 1263 | + |
| 1264 | + |
1249 | 1265 | /*jslint browser: true, unparam: true, indent: 2 */
|
1250 | 1266 | /*globals qq, File, XMLHttpRequest, FormData, Blob */
|
1251 | 1267 |
|
@@ -1818,6 +1834,8 @@ qq.UploadHandlerXhr = function (o, uploadCompleteCallback, logCallback) {
|
1818 | 1834 | return api;
|
1819 | 1835 | };
|
1820 | 1836 |
|
| 1837 | + |
| 1838 | + |
1821 | 1839 | /*jslint browser: true, unparam: true, indent: 2 */
|
1822 | 1840 | /*globals qq */
|
1823 | 1841 |
|
@@ -2525,6 +2543,8 @@ qq.FineUploaderBasic.prototype = {
|
2525 | 2543 | }
|
2526 | 2544 | };
|
2527 | 2545 |
|
| 2546 | + |
| 2547 | + |
2528 | 2548 | /*jslint browser: true, unparam: true, indent: 2 */
|
2529 | 2549 | /*globals qq, document*/
|
2530 | 2550 |
|
@@ -2836,6 +2856,8 @@ qq.UploadDropZone = function (o) {
|
2836 | 2856 | };
|
2837 | 2857 | };
|
2838 | 2858 |
|
| 2859 | + |
| 2860 | + |
2839 | 2861 | /**
|
2840 | 2862 | * Class that creates upload widget with drag-and-drop and file list
|
2841 | 2863 | * @inherits qq.FineUploaderBasic
|
|
0 commit comments