then: function()

in _includes/scripts/utils/imagesLoad.js [23:25]


      then: function(cb) {
        cb && (loaded ? cb() : (cbs.push(cb)));
      }