Dropped Swd & ExtAPI

This commit is contained in:
2018-05-15 17:55:56 +08:00
parent 7ab3fa333e
commit e6eb7ea34d
8 changed files with 38 additions and 354 deletions

View File

@@ -1,5 +0,0 @@
/** @constructor */
Dandelion.Swf.ExtAPI = function (){}
/** @type {Function} */
Dandelion.Swf.ExtAPI.ready;

View File

@@ -1,7 +0,0 @@
/** @constructor */
Dandelion.Swf = function (){}
/** @type {Function} */
Dandelion.Swf.create;
/** @type {Function} */
Dandelion.Swf.realize;