|
@ -66,6 +66,10 @@ CategoryBase.prototype.setMap = function (map) { |
|
|
|
|
|
|
|
|
CategoryBase.prototype.setParent = function (parent) { |
|
|
CategoryBase.prototype.setParent = function (parent) { |
|
|
this.parentCategory = parent |
|
|
this.parentCategory = parent |
|
|
|
|
|
|
|
|
|
|
|
if (this.isOpen) { |
|
|
|
|
|
this.parentCategory.open() |
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
CategoryBase.prototype.setParentDom = function (parentDom) { |
|
|
CategoryBase.prototype.setParentDom = function (parentDom) { |
|
|