Skip to content

Commit 60201d6

Browse files
authored
Add polyfill check in API documentation
1 parent bd9aead commit 60201d6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/API.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ Check if the browser has native CSS if() support.
9292
```javascript
9393
if (!hasNativeSupport()) {
9494
console.log("Polyfill is needed");
95+
init();
9596
}
9697
```
9798

0 commit comments

Comments
 (0)