tabs to spaces

This commit is contained in:
nightwing 2012-05-01 14:37:16 +04:00
commit 2a347a35c9

View file

@ -138,11 +138,11 @@ function HashHandler(config, platform) {
else
key = parts[i] || "-"; //when empty, the splitSafe removed a '-'
}
if (parts[0] == "text" && parts.length == 2) {
hashId = -1;
key = parts[1];
}
if (parts[0] == "text" && parts.length == 2) {
hashId = -1;
key = parts[1];
}
return {
key: key,