mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-10-01 15:01:12 +02:00
enhance core tag API
This commit is contained in:
@@ -598,6 +598,7 @@ namespace OS {
|
|||||||
$(this)
|
$(this)
|
||||||
.children()
|
.children()
|
||||||
.each(function () {
|
.each(function () {
|
||||||
|
if(this.update)
|
||||||
return this.update(d);
|
return this.update(d);
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user