Skip to content

Commit

Permalink
Merge branch 'gh-pages' of https://github.com/aFarkas/lazysizes
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander.farkas committed Oct 6, 2017
2 parents d4944c5 + ffcbc7e commit fb14021
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions plugins/include/ls.include.js
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@
}

include = function(){
var event, loadRequireImportCB;
var event;
var status = xhrObj.status;
var content = xhrObj.content || xhrObj.responseText;
var reset = !!(content == null && old && old.urls.include);
Expand Down Expand Up @@ -468,7 +468,7 @@
}

if(candidate.urls.amd || candidate.urls.module){
loadRequireImportCB = function(){
var loadRequireImportCB = function(){
modules = Array.prototype.slice.call(arguments);
if(xhrObj){
include();
Expand Down
2 changes: 1 addition & 1 deletion plugins/include/ls.include.min.js

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

0 comments on commit fb14021

Please sign in to comment.