Skip to content

Commit 4a4afb8

Browse files
author
Andres Olave
committed
correction to trigger.io merge
1 parent 89297d9 commit 4a4afb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/utils/platform.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
self.platforms = [];
149149
var grade = 'a';
150150

151-
if (this.isWebView()) {
151+
if (self.isWebView()) {
152152
self.platforms.push('webview');
153153
if(!(!window.cordova && !window.PhoneGap && !window.phonegap)) {
154154
self.platforms.push('cordova');

0 commit comments

Comments
 (0)