Skip to content

Commit 2dbf71f

Browse files
author
Jordan Davis
committed
cleanup
1 parent 55e8cd2 commit 2dbf71f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/ionBody/ionBody.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Platform = {
22
isIOS: function () {
33
return (!!navigator.userAgent.match(/iPad/i) || !!navigator.userAgent.match(/iPhone/i) || !!navigator.userAgent.match(/iPod/i))
4-
|| Session.get('platformOverride') === 'iOS';
4+
|| Session.get('platformOverride') === 'iOS';
55
},
66

77
isAndroid: function () {
88
return navigator.userAgent.indexOf('Android') > 0
9-
|| Session.get('platformOverride') === 'Android';
9+
|| Session.get('platformOverride') === 'Android';
1010
}
1111
};
1212

0 commit comments

Comments
 (0)