search ui: deleted old/useless TODO

Change-Id: I0f6bbd88d98f9357d4a90e35dd4dc58a5281498e
This commit is contained in:
mpl 2012-10-24 17:45:47 +02:00
parent 3e9aef409c
commit 909c91a9ea
1 changed files with 0 additions and 1 deletions

View File

@ -90,7 +90,6 @@ function doSearch() {
tagcb.fail = function(msg) {
alert(msg);
};
// TODO(mpl): add other kinds of searches (by filename for ex).
switch(CamliSearch.type) {
case "tag":
camliGetPermanodesWithAttr(sigconf.publicKeyBlobRef, "tag", CamliSearch.query, CamliSearch.fuzzy, tagcb);