Skip to content

Commit

Permalink
remove pre load img
Browse files Browse the repository at this point in the history
  • Loading branch information
caosd committed Dec 24, 2012
1 parent 113faa5 commit 6be9d12
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@
url = 'http://www.eoeandroid.com/static/image/smiley/tutu/'+i+'.gif';
emotions['_t'+i+'_'] = url;
//预加载
new Image().src = url;
//new Image().src = url;
}
var ems = [];
for (var emo in emotions) {
Expand Down

0 comments on commit 6be9d12

Please sign in to comment.