usernameisregistered
Results
1
issues of
usernameisregistered
https://github.com/jashkenas/backbone/blob/0b1c2e3fce3156fcb9819b8bbf8885456e4e1055/backbone.js#L519 ``` var hacker = new Backbone.Model({ name: "name", idAttribute: 'nameId', }); if (this.idAttribute in attrs) this.id = this.get(this.idAttribute); ``` The attribute Id has been updated, does the attribute nameId...
question