diff --git a/plugins/cleanupEnableBackground.js b/plugins/cleanupEnableBackground.js index 24dfc746..33d48ed9 100644 --- a/plugins/cleanupEnableBackground.js +++ b/plugins/cleanupEnableBackground.js @@ -28,6 +28,7 @@ exports.cleanupEnableBackground = function(item, params) { if (match = item.attr('enable-background').value.match(regEnableBackground)) { if ( + // TODO: not all containers have width/height attrs item.attr('width').value == match[1] && item.attr('height').value == match[2] ) {