update dependency loading

This commit is contained in:
Luke Pulverenti 2015-12-05 14:42:11 -05:00
parent ac90f38b8e
commit e1b37cf634
9 changed files with 67 additions and 58 deletions

View file

@ -178,7 +178,7 @@
window.ImageStore = self;
}
require(['cryptojs-sha1'], function () {
require(['cryptojs-md5'], function () {
new imageFileStore();
});