mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-20 12:00:53 +08:00
Update swfobject.d.ts
`hasFlashPlayerVersion` returns a `boolean`, not `void`
This commit is contained in:
Vendored
+2
-2
@@ -45,8 +45,8 @@ declare module swfobject {
|
||||
getFlashPlayerVersion(): IFlashPlayerVersion;
|
||||
|
||||
hasFlashPlayerVersion(
|
||||
rv: string
|
||||
): void;
|
||||
rev: string
|
||||
): boolean;
|
||||
|
||||
createSWF(
|
||||
attObj: ISwfObjectAttribute,
|
||||
|
||||
Reference in New Issue
Block a user