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

Re : How do I do the equivalent of compute.on/compute.off while using can.Map.define?

$
0
0
Also, 

value: {}

will re-use the same object for every instance of the Map.  You should do:

Value: Object

or

value: function(){ return {}}


But, what you probably want is actually more like:

value: null

or

Value: Page.List



Viewing all articles
Browse latest Browse all 3491

Trending Articles