fetch: function(options) {
      var json = this.toJSON();
      json.repo_base = window.repo_base;
      var resp = checkQueryCache(json);
      if (resp) {