mirror of
https://github.com/lxsang/antos-frontend.git
synced 2024-11-08 14:08:22 +01:00
enhance core tag API
This commit is contained in:
parent
c19fc26686
commit
f00fdb2424
@ -598,7 +598,8 @@ namespace OS {
|
||||
$(this)
|
||||
.children()
|
||||
.each(function () {
|
||||
return this.update(d);
|
||||
if(this.update)
|
||||
return this.update(d);
|
||||
});
|
||||
};
|
||||
HTMLElement.prototype.sync = function (): void {
|
||||
|
Loading…
Reference in New Issue
Block a user