From 6e63c46f083f2f190d7e991679c3d73f78a44220 Mon Sep 17 00:00:00 2001 From: Stepan Mikhaylyuk Date: Wed, 12 Aug 2015 19:59:07 +0300 Subject: [PATCH] tests --- react-swf/react-swf-tests.ts | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/react-swf/react-swf-tests.ts b/react-swf/react-swf-tests.ts index f14dbed40..174aa2961 100644 --- a/react-swf/react-swf-tests.ts +++ b/react-swf/react-swf-tests.ts @@ -1 +1,8 @@ -import * as ReactSWF from './react-swf'; +/// +/// +var version = ReactSWF.getFPVersion(); +var isFPVersionSupported = ReactSWF.isFPVersionSupported('5'); +var reactSWF = new ReactSWF(); +reactSWF.props = { + src:'',pluginspage:'',width:20,height:20 +}