uki icon indicating copy to clipboard operation
uki copied to clipboard

Use the AMD format instead of home-grown loader

Open avonwyss opened this issue 14 years ago • 0 comments

IMHO the AMD format is better suited for client-side module handling than the CommonJS require() format, so this might be worth a consideration: https://github.com/amdjs/amdjs-api/wiki/AMD It is implemented by different loaders, including RequireJS

avonwyss avatar Nov 15 '11 09:11 avonwyss