Monotone-Parent: 6a3d48cf816cd9dd300983790541d39c969393c6

Monotone-Revision: 738bb5934b9505acd57737d65ba73eb95e8a9379

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2012-02-13T19:46:08
This commit is contained in:
Wolfgang Sourdeau
2012-02-13 19:46:08 +00:00
parent 0e72bbe01c
commit 8c5021e3d0
2 changed files with 7 additions and 1 deletions
@@ -71,7 +71,7 @@ String.prototype.asDate = function () {
String.prototype.asCSSIdentifier = function() {
var characters = [ '_' , '\\.', '#' , '@' , '\\*', ':' , ',' , ' '
, "'", '&', '+' ];
, "'", '&', '\\+' ];
var escapeds = [ '_U_', '_D_', '_H_', '_A_', '_S_', '_C_', '_CO_',
'_SP_', '_SQ_', '_AM_', '_P_' ];