mirror of
https://github.com/liriliri/eruda.git
synced 2026-04-01 10:18:35 +08:00
Dev: Settings karma test
This commit is contained in:
@@ -20,6 +20,11 @@ export default class Settings extends Tool
|
||||
|
||||
this._bindEvent();
|
||||
}
|
||||
clear()
|
||||
{
|
||||
this._settings = [];
|
||||
this._$el.html('');
|
||||
}
|
||||
switch(config, key, desc)
|
||||
{
|
||||
this._settings.push({config, key});
|
||||
|
||||
Reference in New Issue
Block a user