commit | cd5716257181f22f6072d0e8d68a8a60a93ae493 | [log] [tgz] |
---|---|---|
author | Nils Diewald <nils@diewald-online.de> | Wed Nov 19 00:58:59 2014 +0000 |
committer | Nils Diewald <nils@diewald-online.de> | Wed Nov 19 00:58:59 2014 +0000 |
tree | 5cdb37c2e8ced6b87e6f66565d85316ba7a43d8d | |
parent | eca3044e33befc84784391b5a23b48685b394dac [diff] [blame] |
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();