* New string util method: format()
* Minor work on area list -- WIP!
This commit is contained in:
@@ -33,7 +33,7 @@ function LastCallersModule(options) {
|
||||
|
||||
this.rows = 10;
|
||||
|
||||
if(this.menuConfig.config) {
|
||||
if(_.isObject(this.menuConfig.config)) {
|
||||
if(_.isNumber(this.menuConfig.config.rows)) {
|
||||
this.rows = Math.max(1, this.menuConfig.config.rows);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user