mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-19 05:25:55 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user