fix error in flexbor.destroy

This commit is contained in:
nightwing 2017-11-09 17:16:43 +00:00
parent a19a01300b
commit 8ff0cb3886

View File

@ -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"] =