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