mirror of
https://github.com/pyscript/pyscript.git
synced 2025-12-20 18:55:29 -05:00
Cleanup some unnecessary utility (#1453)
This commit is contained in:
committed by
GitHub
parent
213ced0c7f
commit
6a27c6d9f2
@@ -143,7 +143,7 @@ export class PluginManager {
|
||||
}
|
||||
|
||||
add(...plugins: Plugin[]) {
|
||||
for (const p of plugins) this._plugins.push(p);
|
||||
this._plugins.push(...plugins);
|
||||
}
|
||||
|
||||
addPythonPlugin(plugin: PythonPlugin) {
|
||||
|
||||
Reference in New Issue
Block a user