mirror of
https://github.com/esiur/iui.git
synced 2026-04-04 23:18:21 +00:00
radix
This commit is contained in:
@@ -16,10 +16,10 @@ export default IUI.module(
|
||||
this._register("load");
|
||||
}
|
||||
|
||||
async setData(value) {
|
||||
async setData(value, radix) {
|
||||
if (this.hasAttribute("debug")) debugger;
|
||||
|
||||
return await super.setData(value);
|
||||
return await super.setData(value, radix);
|
||||
}
|
||||
|
||||
get scope() {
|
||||
|
||||
Reference in New Issue
Block a user