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 114 reader.onload = function(e) {
115 115 var base64 = e.target.result;
116 116 // _this.compressPic(selected_file ,base64);
117   - var img = $('<img />');
118 117 var img = document.createElement('img');
119 118 img.src = base64;
120 119 if(range){
... ...