This commit is contained in:
Tom MacWright 2011-01-20 12:47:35 -05:00
parent ecb0a4c26b
commit 54141df94d

View File

@ -304,7 +304,10 @@ mess.Parser = function Parser(env) {
};
})(root.eval);
/**
* Get an array of Ruleset objects, flattened
* and sorted according to specificitySort
*/
root.toMSS = (function() {
var line, lines, column;