Skip to content

Commit

Permalink
Added .min in the object demo
Browse files Browse the repository at this point in the history
  • Loading branch information
verlok committed Feb 20, 2022
1 parent abac096 commit d4611bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demos/object.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ <h1>Lazy objects demo</h1>
<object type="image/svg+xml" class="lazy" data-src="objects/svg01.svg" title="Vecta.io demo image representing an application"></object>
<object type="application/pdf" class="lazy" data-src="objects/pdf01.pdf" title="A simple demonstration PDF file"></object>
</div>
<script src="../dist/lazyload.js"></script>
<script src="../dist/lazyload.min.js"></script>
<script>
(function () {
function logElementEvent(eventName, element) {
Expand Down

0 comments on commit d4611bb

Please sign in to comment.