forked from Botanical/BotanJS
8 lines
144 B
JavaScript
8 lines
144 B
JavaScript
/** @constructor */
|
|
Dandelion.Swf = function (){}
|
|
|
|
/** @type {Function} */
|
|
Dandelion.Swf.create;
|
|
/** @type {Function} */
|
|
Dandelion.Swf.realize;
|