]> _ Git - fluidbook-html5.git/commitdiff
(no commit message)
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 14 Mar 2014 16:29:12 +0000 (16:29 +0000)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 14 Mar 2014 16:29:12 +0000 (16:29 +0000)
js/libs/fluidbook/fluidbook.search.js

index e58a22d50d2295ab49b6881e7878fa56a2a68142..1bff48ff169c2d2e6595ec3c8350c274196d4cd1 100644 (file)
@@ -1,5 +1,8 @@
 function FluidbookSearch() {
-       loadJsLibrary('data/search.index.js');
+       loadJSLibrary(
+                       'data/search.index.js'
+                       , function() {
+                       });
 }
 
 FluidbookSearch.prototype = {