mirror of
https://github.com/liriliri/eruda.git
synced 2026-04-05 10:28:34 +08:00
Add: Destroy api #35
This commit is contained in:
@@ -15,4 +15,9 @@ function exports(css)
|
||||
style.textContent = css;
|
||||
|
||||
container.appendChild(style);
|
||||
}
|
||||
}
|
||||
|
||||
exports.reset = function ()
|
||||
{
|
||||
mark = [];
|
||||
};
|
||||
Reference in New Issue
Block a user