comparison OrthancExplorer/libs/jquery-file-upload/js/jquery.fileupload-fp.js @ 3973:d86bddb50972

fix spelling errors according to debian
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 22 May 2020 18:40:35 +0200
parents 4bc019d2f969
children
comparison
equal deleted inserted replaced
3972:7f8b30416d50 3973:d86bddb50972
182 } 182 }
183 return chain; 183 return chain;
184 }, 184 },
185 185
186 // Processes the files given as files property of the data parameter, 186 // Processes the files given as files property of the data parameter,
187 // returns a Promise object that allows to bind a done handler, which 187 // returns a Promise object that allows one to bind a done handler, which
188 // will be invoked after processing all files (inplace) is done: 188 // will be invoked after processing all files (inplace) is done:
189 process: function (data) { 189 process: function (data) {
190 var that = this, 190 var that = this,
191 options = $.extend({}, this.options, data); 191 options = $.extend({}, this.options, data);
192 if (options.process && options.process.length && 192 if (options.process && options.process.length &&