Start removing search and lunr from core

This commit is contained in:
Samy Pessé
2015-10-05 15:55:39 +02:00
parent fa76029a17
commit 7f0e4803e2
11 changed files with 97 additions and 165 deletions
+2 -4
View File
@@ -4,9 +4,8 @@ define([
"core/events",
"core/state",
"core/progress",
"core/loading",
"core/search"
], function($, URL, events, state, progress, loading, search) {
"core/loading"
], function($, URL, events, state, progress, loading) {
var prev, next;
var usePushState = (typeof history.pushState !== "undefined");
@@ -67,7 +66,6 @@ define([
// Update state
state.update($("html"));
// recover search keyword
search.recover();
preparePage();
})
.fail(function (e) {