Core.Strings - resharp

This commit is contained in:
Stephan
2013-02-19 06:27:13 -01:00
parent 96a279499b
commit c838b8a381
6 changed files with 7 additions and 15 deletions

View File

@@ -118,7 +118,7 @@ function isSafeAlias(alias) {{
// check for camel (if previous character is a space, we'll upper case the current one
if (safeString.Length == 0 && invalidFirstCharacters.Contains(currentChar.ToLower()))
{
currentChar = "";
//currentChar = "";
}
else
{