]> _ Git - fluidbook-html5.git/commitdiff
(no commit message)
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 27 Mar 2014 15:53:53 +0000 (15:53 +0000)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 27 Mar 2014 15:53:53 +0000 (15:53 +0000)
js/libs/fluidbook/fluidbook.js

index 37e97d27e69dc7c534ff8af7f57ca14bdaafa377..2685b9dc7b5eeabefc55278ba58dc547aa6b2786 100644 (file)
@@ -1277,8 +1277,8 @@ Fluidbook.prototype = {
                        if (types_android[type] != undefined) {
                                this.displayLoader();
                                setTimeout(function() {
-                                       webintent.startActivity({
-                                               action: webintent.ACTION_VIEW,
+                                       CDV.WEBINTENT.startActivity({
+                                               action: CDV.WEBINTENT.ACTION_VIEW,
                                                type: types_android[type],
                                                url: url
                                        }, function(args) {