mirror of
https://github.com/liriliri/eruda.git
synced 2026-03-20 09:38:37 +08:00
Fix: Small bugs
This commit is contained in:
@@ -1,5 +1,13 @@
|
||||
let mark = [];
|
||||
|
||||
function exports(css)
|
||||
{
|
||||
for (let i = 0, len = mark.length; i < len; i++)
|
||||
{
|
||||
if (mark[i] === css) return;
|
||||
}
|
||||
mark.push(css);
|
||||
|
||||
var container = exports.container || document.head,
|
||||
style = document.createElement('style');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user