Add todo note back in

This commit is contained in:
Jordan Eldredge 2014-11-16 00:03:28 -08:00
parent 8cdd4504f1
commit 81e016e736

View file

@ -53,6 +53,9 @@ SkinManager = function() {
var zip = new JSZip(data);
var style = document.getElementById('skin');
// XXX Ideally we would empty the style tag here, but I don't know how
// Appending overwrites, which has the same net effect, but after
// several skin changes, this tag will get pretty bloated.
var cssRules = '';
for(var selector in self._skinImages) {