Remove glossary from theme js

This commit is contained in:
Samy Pessé
2015-01-22 22:36:59 +01:00
parent 74ea419c53
commit 66841b1bb7
4 changed files with 5 additions and 130 deletions
+2 -6
View File
@@ -11,9 +11,8 @@ define([
"core/navigation",
"core/progress",
"core/sidebar",
"core/search",
"core/glossary"
], function($, storage, sharing, dropdown, events, fontSettings, state, keyboard, navigation, progress, sidebar, search, glossary){
"core/search"
], function($, storage, sharing, dropdown, events, fontSettings, state, keyboard, navigation, progress, sidebar, search){
var start = function(config) {
var $book;
$book = state.$book;
@@ -24,9 +23,6 @@ define([
// Load search
search.init();
// Load glossary
glossary.init();
// Init keyboard
keyboard.init();