Removed ~ files

This commit is contained in:
Glen Turner
2015-07-01 12:17:18 -07:00
parent 4fea9b0a04
commit 6b9cb70fc1
7 changed files with 1 additions and 113 deletions

View File

@@ -9,4 +9,4 @@ Array.prototype.indexOfTopic = function(name) {
if (this[i].name == name)
return i;
return -1;
}
}