Skip to content

Commit 480d567

Browse files
authored
Merge pull request #9 from nicolas-cusan/master
Add `var` keyword
2 parents be3db98 + 49c965a commit 480d567

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

responsivelyLazy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Free to use under the MIT license.
66
*/
77

8-
responsivelyLazy = (function () {
8+
var responsivelyLazy = (function () {
99

1010
var hasWebPSupport = false;
1111
var windowWidth = null;

responsivelyLazy.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)