fix error in flexbor.destroy

pull/468/merge
nightwing 2017-11-09 17:16:43 +00:00
rodzic a19a01300b
commit 8ff0cb3886
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -634,6 +634,8 @@ apf.vbox = function(struct, tagName) {
this.unregister = function(amlNode) {
if (!amlNode.$propHandlers)
return;
if (!amlNode.$ext) return;
amlNode.$propHandlers["left"] =
amlNode.$propHandlers["top"] =