Quantcast
Channel: JavaScriptMVC Forum
Viewing all articles
Browse latest Browse all 3491

Re : Nested Models With Associations Bug?

$
0
0
It seems to be happening in model
  1. var id = attributes[ this.id ],
        model = id && this.store[id] ? this.store[id].attr(attributes) : new this( attributes );

Viewing all articles
Browse latest Browse all 3491

Trending Articles