summaryrefslogtreecommitdiffstats
path: root/theme/javascript/core/keyboard.js
diff options
context:
space:
mode:
authorAaron O'Mullan <aaron.omullan@gmail.com>2014-08-19 16:09:47 -0700
committerAaron O'Mullan <aaron.omullan@gmail.com>2014-08-19 16:09:47 -0700
commit71aff100921f7fcf94c9d75e0bd17c4fcb4669b6 (patch)
treecfefdd61394268bd6f4255eff7414c8a03460c3a /theme/javascript/core/keyboard.js
parentf77404afe180e97692897237dca7598eae33a761 (diff)
parent4b390667e574ab46842821f029f3941d797a8b1a (diff)
downloadgitbook-71aff100921f7fcf94c9d75e0bd17c4fcb4669b6.zip
gitbook-71aff100921f7fcf94c9d75e0bd17c4fcb4669b6.tar.gz
gitbook-71aff100921f7fcf94c9d75e0bd17c4fcb4669b6.tar.bz2
Merge pull request #413 from GitbookIO/feature/glossary
Glossary terms highlight in page
Diffstat (limited to 'theme/javascript/core/keyboard.js')
-rwxr-xr-xtheme/javascript/core/keyboard.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/theme/javascript/core/keyboard.js b/theme/javascript/core/keyboard.js
index 5bbdcf2..22fe953 100755
--- a/theme/javascript/core/keyboard.js
+++ b/theme/javascript/core/keyboard.js
@@ -33,7 +33,6 @@ define([
};
return {
- init: init,
- search: search
+ init: init
};
}); \ No newline at end of file