]> _ Git - fluidbook-html5.git/commitdiff
(no commit message)
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 9 Sep 2013 10:23:18 +0000 (10:23 +0000)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 9 Sep 2013 10:23:18 +0000 (10:23 +0000)
js/main.js

index 2ab62ac0042388a03e15a67f2a941a9c9af93a31..25583516b8c57c439b8bc74ee7ad88ca3ba03302 100644 (file)
@@ -56,8 +56,8 @@ function onDeviceReady() {
        var manifest = window.sessionStorage.getItem('manifest.' + DATAS.id);
        var fsprefix = window.sessionStorage.getItem('galfsprefix');
        if (navigator.onLine && manifest) {
-               gal = new GameAssetLoader(JSON.parse(manifest));
-               gal.init(fsprefix, function() {
+               gal = new GameAssetLoader(JSON.parse(manifest), fsprefix);
+               gal.init(function() {
                        startAfterLoading = true;
                        init();
                });