Update swfobject.d.ts

`hasFlashPlayerVersion` returns a `boolean`, not `void`
This commit is contained in:
Antoine Rousseau
2015-01-21 12:06:17 +01:00
parent e0a774f721
commit f92a283703
+2 -2
View File
@@ -45,8 +45,8 @@ declare module swfobject {
getFlashPlayerVersion(): IFlashPlayerVersion;
hasFlashPlayerVersion(
rv: string
): void;
rev: string
): boolean;
createSWF(
attObj: ISwfObjectAttribute,