@cardsjd/portal 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/FacebookPortal.js +2 -2
- package/package.json +1 -1
package/lib/FacebookPortal.js
CHANGED
|
@@ -41,8 +41,8 @@ export class FacebookPortal extends BasePortal {
|
|
|
41
41
|
loadStop() {
|
|
42
42
|
//it is inside the data load fBInstantGame.initialize or fBInstantGame.loadData
|
|
43
43
|
|
|
44
|
-
//try
|
|
45
|
-
|
|
44
|
+
//try subcribe after load (could be a portal level function, for now just call it here until other platforms need it)
|
|
45
|
+
|
|
46
46
|
this.subscribeBot();
|
|
47
47
|
}
|
|
48
48
|
createShortCut() {
|