$.when.apply(null, promises).then(
          function() {
            this.render(widgetsArray);
          }.bind(this)
        );