Skip to content

Commit

Permalink
feat:loadQueue add support for webp (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrluobo authored and 06wj committed Feb 27, 2017
1 parent 09ec238 commit 6b00c62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/loader/LoadQueue.js
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ var LoadQueue = Class.create(/** @lends LoadQueue.prototype */{
case 'jpg':
case 'jpeg':
case 'gif':
case 'webp':
loader = new ImageLoader();
break;
case 'js':
Expand Down

0 comments on commit 6b00c62

Please sign in to comment.