* Returns false if using go(n) with hash history causes a full page reload.
()
| 1669 | */ |
| 1670 | |
| 1671 | function supportsGoWithoutReloadUsingHash() { |
| 1672 | var ua = navigator.userAgent; |
| 1673 | return ua.indexOf('Firefox') === -1; |
| 1674 | } |
| 1675 | |
| 1676 | /***/ }, |
| 1677 | /* 16 */ |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…