Skip to content

Commit

Permalink
description
Browse files Browse the repository at this point in the history
  • Loading branch information
optimalisatie committed Jun 4, 2020
1 parent 533f763 commit f9cf8eb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,5 @@ Note: to use `$lazy` as a timing method in `$async` you need to set the `ref` of
When including the `$lazy` script inline, the `data-poly` attribute enables to define a string to pass to `$async.js` to load a polyfill.
```html
<script data-z='... lazy config ...' data-poly='... config to pass to $async.js to load polyfill ...'>
// dist/lazy-data-attr+polyfill.js
</script>
<script async src="dist/lazy-data-attr+polyfill.js" data-z='... lazy config ...' data-poly='... config to pass to $async.js to load polyfill ...'></script>
```

0 comments on commit f9cf8eb

Please sign in to comment.