This commit is contained in:
Stepan Mikhaylyuk 2015-08-12 19:59:07 +03:00
parent 99d1c6a516
commit 6e63c46f08

View File

@ -1 +1,8 @@
import * as ReactSWF from './react-swf';
/// <reference path="./react-swf.d.ts"/>
/// <reference path="../react/react.d.ts"/>
var version = ReactSWF.getFPVersion();
var isFPVersionSupported = ReactSWF.isFPVersionSupported('5');
var reactSWF = new ReactSWF();
reactSWF.props = {
src:'',pluginspage:'',width:20,height:20
}