removed unnecessary code in Ruleset#toCSS

This commit is contained in:
cloudhead
2010-05-22 20:57:10 -04:00
parent 604261c3f0
commit f01976bb03

View File

@@ -156,7 +156,6 @@ tree.Ruleset.prototype = {
// Pop the stack
env.frames.shift();
while (p.length) { p.pop() }
return css.join('');
}