Commit d9202ae331aa4d4794500224a57f03a5a1e8266f

Authored by bichao.dong
1 parent 22a75bd6

fix issue

Showing 1 changed file with 0 additions and 1 deletions
editer.html
@@ -114,7 +114,6 @@ @@ -114,7 +114,6 @@
114 reader.onload = function(e) { 114 reader.onload = function(e) {
115 var base64 = e.target.result; 115 var base64 = e.target.result;
116 // _this.compressPic(selected_file ,base64); 116 // _this.compressPic(selected_file ,base64);
117 - var img = $('<img />');  
118 var img = document.createElement('img'); 117 var img = document.createElement('img');
119 img.src = base64; 118 img.src = base64;
120 if(range){ 119 if(range){