kopia lustrzana https://github.com/c9/core
fix error in flexbor.destroy
rodzic
a19a01300b
commit
8ff0cb3886
|
@ -634,6 +634,8 @@ apf.vbox = function(struct, tagName) {
|
||||||
this.unregister = function(amlNode) {
|
this.unregister = function(amlNode) {
|
||||||
if (!amlNode.$propHandlers)
|
if (!amlNode.$propHandlers)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
if (!amlNode.$ext) return;
|
||||||
|
|
||||||
amlNode.$propHandlers["left"] =
|
amlNode.$propHandlers["left"] =
|
||||||
amlNode.$propHandlers["top"] =
|
amlNode.$propHandlers["top"] =
|
||||||
|
|
Ładowanie…
Reference in New Issue