chore(dom) add "\n"

This commit is contained in:
coderaiser 2016-03-05 04:52:49 -05:00
parent feda90a7f7
commit ea991297bd

View file

@ -388,6 +388,7 @@ var CloudCmd, Util, DOM, CloudFunc;
});
};
},
percent = function(i, n, per) {
var value;
@ -402,6 +403,7 @@ var CloudCmd, Util, DOM, CloudFunc;
step = function(n) {
return 100 / n;
},
load = function(file, callback) {
var uploader,
Images = DOM.Images,