Roo/bootstrap/CardUploader.js
authorAlan Knowles <alan@roojs.com>
Fri, 5 Mar 2021 07:10:13 +0000 (15:10 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 5 Mar 2021 07:10:13 +0000 (15:10 +0800)
Roo/bootstrap/CardUploader.js

index d60d54b..7e57e67 100644 (file)
@@ -319,7 +319,7 @@ Roo.extend(Roo.bootstrap.CardUploader, Roo.bootstrap.Input,  {
     updateInput : function()
     {
          var data = [];
-        this.fileCollection.forEach(function(e) {
+        this.fileCollection.each(function(e) {
             data.push(e.data);
             
         });