Hi All, I have the following code.
How come I get redundant result for this?
val parameter gives me 5 arrays, when I log it, it becomes 10 arrays.
Anyone knows why?
Thanks
Mac
mRender: function(source, type, val) { console.log(val); }
How come I get redundant result for this?
val parameter gives me 5 arrays, when I log it, it becomes 10 arrays.
Anyone knows why?
Thanks
Mac