Migrate old externs 6/x

This commit is contained in:
2026-06-15 08:21:08 +08:00
parent a912d45b9a
commit 3bc6957677
13 changed files with 110 additions and 83 deletions
+2 -2
View File
@@ -59,9 +59,9 @@
this.setColor = this.setColor.bind(this);
};
var wrapc = function( aClass, elem )
var wrapc = function( aClass )
{
return Dand.wrapc( "comp " + aClass, elem );
return Dand.wrapc( "comp " + aClass );
};
Bubble.prototype.init = function ()