mirror of
https://github.com/nasa/openmct.git
synced 2025-06-15 21:58:13 +00:00
[Add] Test model cache
This commit is contained in:
@ -60,7 +60,7 @@ define([], function () {
|
||||
* @returns {boolean} true if present; false if not
|
||||
*/
|
||||
ModelCacheService.prototype.has = function (id) {
|
||||
return this.cached[id];
|
||||
return !!this.cached[id];
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user