Skip to content

Commit 43a05d8

Browse files
committed
No args for feature detection
1 parent 365e972 commit 43a05d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Feature detection is possible:
3131

3232
```js
3333
try {
34-
var isFileSaverSupported = !!new Blob();
34+
var isFileSaverSupported = !!new Blob;
3535
} catch (e) {}
3636
```
3737

0 commit comments

Comments
 (0)