Monotone-Parent: 9d007ec918e081bd43a3d7944e72cdabbd06949f

Monotone-Revision: a9ccfb9ac67130be9164e65bc900bf5f83006d34

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2010-07-07T14:30:37
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2010-07-07 14:30:37 +00:00
parent cedf1c2479
commit 1b2f888fe1

View File

@@ -60,7 +60,7 @@ String.prototype.asDate = function () {
};
String.prototype.asCSSIdentifier = function() {
var characters = [ '_' , '\\.', '#' , '@' , '\\*', ':' , ',' , ' ', "'" ];
var characters = [ '_' , '\\.', '#' , '@' , '\\*', ':' , ',' , ' ' , "'" ];
var escapeds = [ '_U_', '_D_', '_H_', '_A_', '_S_', '_C_', '_CO_', '_SP_', '_SQ_' ];
var newString = this;