Skip to content

Commit ba4e87a

Browse files
author
zhangxinxu
committed
export support API
export Mobilebone.support
1 parent f49ab10 commit ba4e87a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/mobilebone.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@
2828
// When running inside a FF iframe, calling replaceState causes an error
2929
!( window.navigator.userAgent.indexOf( "Firefox" ) >= 0 && window.top !== window ) &&
3030
( window.navigator.userAgent.search(/CriOS/) === -1 );
31+
32+
Mobilebone.support = supportHistory;
3133

3234
if (supportHistory == false) return Mobilebone;
3335

0 commit comments

Comments
 (0)