fix regression with menu captions

pull/125/merge
nightwing 2017-04-16 10:58:18 +00:00
rodzic cc67a024ae
commit 34e4d2807c
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -1030,6 +1030,7 @@ apf.divider = function(struct, tagName) {
this.minwidth = 0;
this.minheight = 0;
this.implement(apf.ChildValue);
this.$childProperty = "caption";
//@todo apf3.0 fix this
@ -1124,6 +1125,8 @@ apf.item = function(struct, tagName) {
(function() {
this.$focussable = false;
this.implement(apf.ChildValue);
this.$childProperty = "caption";
this.$canLeechSkin = "item";