Skip to content

Commit

Permalink
Merge branch 'dev' of github.com:hiloteam/Hilo into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
06wj committed Mar 7, 2017
2 parents af1aad5 + 6b00c62 commit 2f9fae1
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 2f9fae1

Please sign in to comment.