Closed GoogleCodeExporter closed 8 years ago
Original comment by moo...@wwwendt.de
on 23 Jul 2013 at 3:02
I thought that this should also be fixed with issue 420
Did you try witj the lates code from the trunk?
This is the patch for 420:
// if( !data.key ){
if( data.key == null ){ // test for null OR undefined (issue 420)
data.key = "_" + tree._nodeCount++;
}else{
data.key = "" + data.key;
}
Original comment by moo...@wwwendt.de
on 27 Jul 2013 at 6:41
Original comment by moo...@wwwendt.de
on 8 Sep 2013 at 6:33
Original issue reported on code.google.com by
augursys...@gmail.com
on 23 Jul 2013 at 2:23