Roo/bootstrap/CardUploader.js
[roojs1] / 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);
             
         });