author | dglazman |
Sun, 14 Mar 2010 15:14:20 -0500 | |
branch | trunk |
changeset 23 | 1887a2fc6dbd |
parent 22 | 10926ee8bdba |
child 24 | 3c64921efe47 |
cssParser.js |
--- a/cssParser.js Sun Mar 14 14:59:59 2010 -0500 +++ b/cssParser.js Sun Mar 14 15:14:20 2010 -0500 @@ -936,6 +936,9 @@ } } } + // XXX must find a better way to store individual values + // probably a |values: []| field holding dimensions, percentages + // functions, idents, numbers and symbols, in that order. value += token.value; token = this.getToken(false, true); }