Skip to content

Commit

Permalink
Build with Date fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Kloker committed May 15, 2020
1 parent 203ddb4 commit 018b825
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lazysizes-umd.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(function(window, factory) {
var lazySizes = factory(window, window.document);
var lazySizes = factory(window, window.document, Date);
if(typeof module == 'object' && module.exports){
module.exports = lazySizes;
} else if (typeof define == 'function' && define.amd) {
Expand Down
2 changes: 1 addition & 1 deletion lazysizes-umd.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 018b825

Please sign in to comment.