Add: Destroy api #35

This commit is contained in:
surunzi
2017-10-05 19:01:05 +08:00
parent 77d577076e
commit c1550c01d9
11 changed files with 112 additions and 6 deletions

View File

@@ -15,4 +15,9 @@ function exports(css)
style.textContent = css;
container.appendChild(style);
}
}
exports.reset = function ()
{
mark = [];
};