6 lines
110 B
JavaScript
6 lines
110 B
JavaScript
/** @constructor */
|
|
Dandelion.Swf.ExtAPI = function (){}
|
|
|
|
/** @type {Function} */
|
|
Dandelion.Swf.ExtAPI.ready;
|