tbranyen on master
chore: remove link to sketchy "… Update README.md Merge pull request #508 from wa… (compare)
tbranyen on master
No longer maintained (compare)
this.setViews({
'.p13n-dd-login': new LoginView(this.viewOpts()),
'.p13n-dd-register': new RegisterView(this.viewOpts({
additionalFields: this.options.additionalFields,
permissions: this.options.permissions
}))
});
this.$('.p13n-dd-menu').append(new MenuView(this.viewOpts({
itemsLink: this.options.itemsLink,
searchesLink: this.options.searchesLink,
accountLink: this.options.accountLink,
items: this.options.items,
searches: this.options.searches,
fname: this.options.app.account.get('fname'),
lname: this.options.app.account.get('lname')
})).$el)
getViews
somewhere else
then
related is it? It's the promise
function that's the culprit