From 1489c022e4aab0ebe051445174de2cd24e1e8519 Mon Sep 17 00:00:00 2001 From: Oliver Nightingale Date: Thu, 3 Apr 2014 19:56:09 +0200 Subject: [PATCH] Fix example. --- example/app.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example/app.js b/example/app.js index 2ca7214d..3a450b99 100644 --- a/example/app.js +++ b/example/app.js @@ -1,6 +1,6 @@ require([ - 'example/jquery.js', - 'example/mustache.js', + '/example/jquery.js', + '/example/mustache.js', '../lunr.js', 'text!templates/question_view.mustache', 'text!templates/question_list.mustache',