animate icon indicating copy to clipboard operation
animate copied to clipboard

Support crossOrigin in the loader

Open stevenalanstark opened this issue 8 years ago • 0 comments

I had to edit your load function just to make this one change:

loader.add(id, _basePath + assets[id], {crossOrigin: true});

The crossOrigin property should be configurable... actually the whole options object for the loader should be.

stevenalanstark avatar Sep 20 '17 18:09 stevenalanstark