Dev: Border all snippet

This commit is contained in:
surunzi
2017-10-14 18:04:00 +08:00
parent 3202901728
commit ccdb76c7f1
4 changed files with 103 additions and 4 deletions

View File

@@ -39,7 +39,6 @@ exports.clear = function ()
exports.remove = function (style)
{
console.log(style);
styleList = filter(styleList, s => s !== style);
style.container.removeChild(style.el);