Changes

Jump to navigation Jump to search
m
no edit summary
Line 43: Line 43:     
// helper function for diving into a part of array
 
// helper function for diving into a part of array
function indexinterpolate(obj,i) { (obj[i] != undefined) ? return obj[i] : return obj};  
+
function indexinterpolate(obj,i) { return  (obj[i] != undefined) ? obj[i] : obj};  
    
// dive selects mymatrix.a.b.c.d from mymatrix array and 'a.b.c.d' as string
 
// dive selects mymatrix.a.b.c.d from mymatrix array and 'a.b.c.d' as string
530

edits

Navigation menu