Update sass cache
diff --git a/public/js/hint.js b/public/js/hint.js
index eed45f3..011156b 100644
--- a/public/js/hint.js
+++ b/public/js/hint.js
@@ -1,5 +1,11 @@
 "use strict";
 
+/*
+Todo:
+- limit the view based on prefix matches
+- highlight matching substrings
+*/
+
 // Don't let events bubble up
 Event.prototype.halt = function () {
   this.stopPropagation();