Skip to content

Commit

Permalink
(js) Cleanup unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
cgx committed May 14, 2018
1 parent 119591e commit 371504e
Showing 1 changed file with 0 additions and 9 deletions.
Expand Up @@ -78,15 +78,6 @@
vm.textOperatorLabels.regex_not = l("does not match regex");
}

vm.flagLabels = {
"seen": l("Seen"),
"deleted": l("Deleted"),
"answered": l("Answered"),
"flagged": l("Flagged"),
"junk": l("Junk"),
"not_junk": l("Not Junk")
};

function cancel() {
$mdDialog.cancel();
}
Expand Down

0 comments on commit 371504e

Please sign in to comment.