updateGrid<P> function
P
updateGrid<P>(
- P object
Implementation
P updateGrid<P>(P object){
if(kDebugMode){
CategoryLogger.d([LogCategory.update, LogCategory.grid], object.toString());
}
return object;
}