Changes

Jump to navigation Jump to search
m
no edit summary
Line 302: Line 302:     
// Try parsing json. If not a json, go void.
 
// Try parsing json. If not a json, go void.
 +
this.rxjson( rx ) {
 +
return interjson( rx );
 +
}
    
function interjson( obj ) {
 
function interjson( obj ) {
Line 316: Line 319:  
function debuglog( l0g ){
 
function debuglog( l0g ){
 
if ( Debug_switch ) {
 
if ( Debug_switch ) {
console.log( l0g );
+
debuglog( l0g );
 
}
 
}
 
}
 
}
 
}
 
}
530

edits

Navigation menu