UNPKG

hdjs

Version:
24 lines (21 loc) 457 B
/** * @fileOverview 只有flash实现的文件版本。 */ define([ '../base', // widgets '../widgets/filepicker', '../widgets/image', '../widgets/queue', '../widgets/runtime', '../widgets/upload', '../widgets/validator', // runtimes // flash '../runtime/flash/filepicker', '../runtime/flash/image', '../runtime/flash/blob', '../runtime/flash/transport' ], function( Base ) { return Base; });