flashvars should be flashVars

`flashvars` should be `flashVars`, see first example here: https://github.com/syranide/react-swf
Also I can cobfirm that it works only this way.
This commit is contained in:
Oleg Stepura
2016-08-08 15:06:49 +02:00
committed by GitHub
parent 963d0acbda
commit 35e61c9ffd

View File

@@ -108,7 +108,7 @@ declare namespace rswf {
* Browsers support string sizes of up to 64 KB (65535 bytes) in length.
* For more information on using flashvars, see Using FlashVars to pass variables to a SWF (tn_16417).
*/
flashvars?: Object | string
flashVars?: Object | string
}
export class ReactSWF extends React.Component<Props, State>{
/**