mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 01:08:39 +09:00
Import Tycho weave client
This commit is contained in:
parent
e4ac0e17f8
commit
c53787dfdb
183 changed files with 7272 additions and 16759 deletions
|
|
@ -6,12 +6,8 @@ function run_test() {
|
|||
base.prototype = {
|
||||
dst: {},
|
||||
|
||||
get a() {
|
||||
return "a";
|
||||
},
|
||||
set b(val) {
|
||||
this.dst.b = val + "!!!";
|
||||
}
|
||||
get a() "a",
|
||||
set b(val) this.dst.b = val + "!!!"
|
||||
};
|
||||
let src = new base();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue