]> _ Git - fluidbook-html5.git/commitdiff
(no commit message)
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 30 Jun 2015 15:47:51 +0000 (15:47 +0000)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 30 Jun 2015 15:47:51 +0000 (15:47 +0000)
js/libs/fluidbook/fluidbook.js

index 98df8b699250e39a9bff72601450278011fd2ae5..88391aeeff3265de3cf6344634d61634041c2d7b 100644 (file)
@@ -1395,7 +1395,7 @@ Fluidbook.prototype = {
         if (this.datas.phonegap == 'android') {
             var extras = {};
             extras[window.plugins.webintent.EXTRA_SUBJECT] = subject;
-            extras[CDV.WEBINTENT.EXTRA_TEXT] = body;
+            extras[window.plugins.webintent.EXTRA_TEXT] = body;
             window.plugins.webintent.startActivity({
                 action: window.plugins.webintent.ACTION_SEND,
                 type: 'text/plain',